Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Jun 2, 2024
1 parent d25f7ea commit 4d249ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FriishProduce/SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ public void RefreshForm()

#if DEBUG
use_custom_database.Visible = true;
// GetBanners.Visible = true;
GetBanners.Visible = true;
#else
use_custom_database.Visible = false;
clearCustomDatabase = true;
// use_custom_database.Visible = false;
// clearCustomDatabase = true;
GetBanners.Visible = false;
#endif

Expand Down

0 comments on commit 4d249ad

Please sign in to comment.