forked from Shinonome/dots-hyprland
fix cheatsheet close button
This commit is contained in:
@@ -52,7 +52,7 @@ const CheatsheetHeader = () => Widget.CenterBox({
|
||||
hpack: 'end',
|
||||
className: "cheatsheet-closebtn icon-material txt txt-hugeass",
|
||||
onClicked: () => {
|
||||
App.toggleWindow('cheatsheet');
|
||||
closeWindowOnAllMonitors('cheatsheet');
|
||||
},
|
||||
child: Widget.Label({
|
||||
className: 'icon-material txt txt-hugeass',
|
||||
|
||||
Reference in New Issue
Block a user