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
+3 -3
View File
@@ -1,11 +1,11 @@
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
import { SearchAndWindows } from "./windowcontent.js";
import PopupWindow from '../.widgethacks/popupwindow.js';
export default () => Widget.Window({
name: 'overview',
export default (id = '') => PopupWindow({
name: `overview${id}`,
exclusivity: 'ignore',
keymode: 'exclusive',
popup: true,
visible: false,
anchor: ['top'],
layer: 'overlay',