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