fix title not showing for special workspaces (seperate outputs: false

This commit is contained in:
Jannik
2024-02-24 18:16:43 +01:00
parent 0cbb280de6
commit 9f5c27c6e0
2 changed files with 4 additions and 10 deletions
-1
View File
@@ -42,7 +42,6 @@ class Window : public waybar::AAppIconLabel, public EventHandler {
};
auto getActiveWorkspace(const std::string&) -> Workspace;
auto getActiveWorkspace() -> Workspace;
void onEvent(const std::string&) override;
void queryActiveWorkspace();
void setClass(const std::string&, bool enable);