Skip to content

Commit

Permalink
Update Settings.cs
Browse files Browse the repository at this point in the history
Set force_update to false to avoid any unintentional accidents
  • Loading branch information
CatmanFan authored Feb 10, 2025
1 parent 66a8aaf commit 165fa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FriishProduce/_classes/Program/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class App
public string language { get; set; } = "sys";
#if DEBUG
public bool debug_mode { get; set; } = true;
public bool force_update { get; set; } = true;
public bool force_update { get; set; } = false;
#else
public bool debug_mode { get; set; } = false;
public bool force_update { get; set; } = false;
Expand Down

0 comments on commit 165fa7a

Please sign in to comment.