Skip to content

Commit

Permalink
annoying logs
Browse files Browse the repository at this point in the history
  • Loading branch information
phasephasephase committed Jan 1, 2024
1 parent 5dcf88c commit cffef69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JiayiLauncher/Settings/JiayiSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,10 @@ public void Save()
using var stream = File.OpenWrite(_settingsPath);
JsonSerializer.Serialize(stream, this, _options);
LocalTheme.SaveCurrentTheme();

#if DEBUG
Log.Write(this, "Saved settings.");
#endif
}

public static void Load()
Expand Down

0 comments on commit cffef69

Please sign in to comment.