File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ set shell id.
2626- Fixed volume control breaking with pipewire pro audio mode.
2727- Fixed escape sequence handling in desktop entries.
2828- Fixed volumes not initializing if a pipewire device was already loaded before its node.
29+ - Fixed hyprland active toplevel not resetting after window closes.
2930
3031## Packaging Changes
3132
Original file line number Diff line number Diff line change @@ -484,6 +484,7 @@ void HyprlandIpc::onEvent(HyprlandIpcEvent* event) {
484484 }
485485
486486 auto * toplevel = *toplevelIter;
487+ if (toplevel == this ->bActiveToplevel .value ()) this ->bActiveToplevel = nullptr ;
487488 auto index = toplevelIter - mList .begin ();
488489 this ->mToplevels .removeAt (index);
489490
You can’t perform that action at this time.
0 commit comments