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

11 lines
279 B
JavaScript

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