refactor: rm direct dp.emit() call in constructor.
This commit is contained in:
@@ -19,7 +19,6 @@ WindowCount::WindowCount(const std::string& id, const Bar& bar, const Json::Valu
|
||||
|
||||
queryActiveWorkspace();
|
||||
update();
|
||||
dp.emit();
|
||||
|
||||
// register for hyprland ipc
|
||||
m_ipc.registerForIPC("fullscreen", this);
|
||||
|
||||
Reference in New Issue
Block a user