1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-07-06 02:44:16 +02:00

Trangasettings fix infinite loop on load

This commit is contained in:
2023-08-29 12:39:21 +02:00
parent 61024bcee9
commit a9417dbba6

@ -97,7 +97,7 @@ public class TrangaSettings
public void ExportSettings() public void ExportSettings()
{ {
while (File.Exists(settingsFilePath)) if (File.Exists(settingsFilePath))
{ {
bool inUse = true; bool inUse = true;
while (inUse) while (inUse)