Revert "change layer for mode invisible to nullopt"

Previous commit should have a better workaround for #3211.

This reverts commit b61ea62732.
This commit is contained in:
Aleksei Bavshin
2024-08-17 22:40:56 -07:00
parent 7b23d58684
commit 45fec7bcbb
2 changed files with 8 additions and 8 deletions

View File

@ -42,7 +42,7 @@ struct bar_margins {
};
struct bar_mode {
std::optional<bar_layer> layer;
bar_layer layer;
bool exclusive;
bool passthrough;
bool visible;