Skip to content

Commit

Permalink
Default AutoCollapsePanels=true
Browse files Browse the repository at this point in the history
This seems to be more intuitive based on feedback seen in #243.
  • Loading branch information
veselink1 committed May 24, 2024
1 parent 31e5ed2 commit 6c85314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FancyWM/Models/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Settings()

public bool AllocateNewPanelSpace { get; set; } = true;

public bool AutoCollapsePanels { get; set; } = true;
public bool AutoCollapsePanels { get; set; } = false;

public int AutoSplitCount { get; set; } = 2;

Expand Down

0 comments on commit 6c85314

Please sign in to comment.