mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
hyprland/ipc: fix focusedWorkspaceChanged connection
This commit is contained in:
parent
83f5af522d
commit
e4d33fa52f
1 changed files with 2 additions and 2 deletions
|
|
@ -24,9 +24,9 @@ HyprlandIpcQml::HyprlandIpcQml() {
|
||||||
|
|
||||||
QObject::connect(
|
QObject::connect(
|
||||||
instance,
|
instance,
|
||||||
&HyprlandIpc::focusedMonitorChanged,
|
&HyprlandIpc::focusedWorkspaceChanged,
|
||||||
this,
|
this,
|
||||||
&HyprlandIpcQml::focusedMonitorChanged
|
&HyprlandIpcQml::focusedWorkspaceChanged
|
||||||
);
|
);
|
||||||
|
|
||||||
QObject::connect(
|
QObject::connect(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue