chore: update ags and remove deprecated stuff

This commit is contained in:
end-4
2024-03-10 17:44:44 +07:00
parent aba3be7be1
commit 875b439b84
6 changed files with 32 additions and 30 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
import SessionScreen from "./sessionscreen.js";
import PopupWindow from '../.widgethacks/popupwindow.js';
export default () => Widget.Window({ // On-screen keyboard
export default () => PopupWindow({ // On-screen keyboard
name: 'session',
popup: true,
visible: false,
keymode: 'exclusive',
layer: 'overlay',