mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
Trangasettings fix infinite loop on load
This commit is contained in:
parent
61024bcee9
commit
a9417dbba6
@ -97,7 +97,7 @@ public class TrangaSettings
|
||||
|
||||
public void ExportSettings()
|
||||
{
|
||||
while (File.Exists(settingsFilePath))
|
||||
if (File.Exists(settingsFilePath))
|
||||
{
|
||||
bool inUse = true;
|
||||
while (inUse)
|
||||
|
Loading…
x
Reference in New Issue
Block a user