forked from Shinonome/dots-hyprland
search: disable expand anim for clipboard showup
This commit is contained in:
@@ -54,6 +54,7 @@ Scope {
|
||||
target: GlobalStates
|
||||
function onOverviewOpenChanged() {
|
||||
if (!GlobalStates.overviewOpen) {
|
||||
searchWidget.disableExpandAnimation()
|
||||
overviewScope.dontAutoCancelSearch = false;
|
||||
} else {
|
||||
if (!overviewScope.dontAutoCancelSearch) {
|
||||
|
||||
Reference in New Issue
Block a user