Skip to content

Commit

Permalink
Change default for HideOnClose to false (WalletWasabi#13377)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay authored Sep 9, 2024
1 parent 3793af0 commit e8a6e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi.Fluent/UiConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public bool RunOnSystemStartup
set => RaiseAndSetIfChanged(ref _runOnSystemStartup, value);
}

[DefaultValue(true)]
[DefaultValue(false)]
[JsonProperty(PropertyName = "HideOnClose", DefaultValueHandling = DefaultValueHandling.Populate)]
public bool HideOnClose
{
Expand Down

0 comments on commit e8a6e55

Please sign in to comment.