From fb9199afc21259c5235cd04e0767fd1107d351de Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:17:41 +0700 Subject: [PATCH] fix cheatsheet close button --- .config/ags/modules/cheatsheet/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/cheatsheet/main.js b/.config/ags/modules/cheatsheet/main.js index 9e0189a50..d60577117 100644 --- a/.config/ags/modules/cheatsheet/main.js +++ b/.config/ags/modules/cheatsheet/main.js @@ -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',