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:
@ -42,7 +42,7 @@ struct bar_margins {
|
||||
};
|
||||
|
||||
struct bar_mode {
|
||||
std::optional<bar_layer> layer;
|
||||
bar_layer layer;
|
||||
bool exclusive;
|
||||
bool passthrough;
|
||||
bool visible;
|
||||
|
Reference in New Issue
Block a user