Add action ToggleShowDesktop

This commit is contained in:
Johan Malm 2026-04-06 22:05:37 +01:00
parent c9b4da2ce2
commit 19ff7c79d4
8 changed files with 106 additions and 0 deletions

View file

@ -184,6 +184,7 @@ struct view {
enum ssd_preference ssd_preference;
bool shaded;
bool minimized;
bool was_minimized_by_show_desktop_action;
enum view_axis maximized;
bool fullscreen;
bool tearing_hint;