hyprland/ipc: fix monitorFor returning null during HyprlandIpc init

This commit is contained in:
outfoxxed 2024-06-06 00:59:17 -07:00
parent bc349998df
commit 5d1def3e49
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 7 additions and 2 deletions

View file

@ -111,6 +111,7 @@ private:
bool valid = false;
bool requestingMonitors = false;
bool requestingWorkspaces = false;
bool monitorsRequested = false;
ObjectModel<HyprlandMonitor> mMonitors {this};
ObjectModel<HyprlandWorkspace> mWorkspaces {this};