Trangasettings fix infinite loop on load

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

View File

@ -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)