From c51f517e9d071017bb7e451ae60c2d8f85a4b518 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:52:34 +0700 Subject: [PATCH] cheatsheet open anim from bottom --- .config/ags/modules/cheatsheet/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/ags/modules/cheatsheet/main.js b/.config/ags/modules/cheatsheet/main.js index 59d540f86..68b6baff0 100644 --- a/.config/ags/modules/cheatsheet/main.js +++ b/.config/ags/modules/cheatsheet/main.js @@ -71,7 +71,6 @@ const ClickOutsideToClose = () => Widget.EventBox({ export default (id) => PopupWindow({ name: `cheatsheet${id}`, layer: 'overlay', - exclusivity: 'ignore', keymode: 'exclusive', visible: false, child: Widget.Box({