mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 15:59:26 -05:00
overview: dont close when not searching clipboard and trying to search clipboard
This commit is contained in:
@@ -183,7 +183,7 @@ Scope {
|
||||
description: qsTr("Toggle clipboard query on overview widget")
|
||||
|
||||
onPressed: {
|
||||
if (GlobalStates.overviewOpen) {
|
||||
if (GlobalStates.overviewOpen && overviewScope.dontAutoCancelSearch) {
|
||||
GlobalStates.overviewOpen = false;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user