forked from Shinonome/dots-hyprland
waffles: bar: make start and search button more accurate
This commit is contained in:
@@ -14,7 +14,7 @@ AppButton {
|
||||
leftInset: Config.options.waffles.bar.leftAlignApps ? 12 : 0
|
||||
iconName: down ? "start-here-pressed" : "start-here"
|
||||
|
||||
checked: GlobalStates.searchOpen
|
||||
checked: GlobalStates.searchOpen && LauncherSearch.query === ""
|
||||
onClicked: {
|
||||
GlobalStates.searchOpen = !GlobalStates.searchOpen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user