mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-15 15:57:54 +02:00
Trangasettings fix infinite loop on load
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user