mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 05:49:57 -05:00
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