Files
illogical-impulse/.config/ags/modules/sideleft/main.js
T
2024-05-02 21:04:48 +07:00

11 lines
274 B
JavaScript

import PopupWindow from '../.widgethacks/popupwindow.js';
import SidebarLeft from "./sideleft.js";
export default () => PopupWindow({
keymode: 'on-demand',
anchor: ['left', 'top', 'bottom'],
name: 'sideleft',
layer: 'overlay',
child: SidebarLeft(),
});