diff --git a/scripts/pages/sidebar_handler.js b/scripts/pages/sidebar_handler.js new file mode 100644 index 0000000..48ab169 --- /dev/null +++ b/scripts/pages/sidebar_handler.js @@ -0,0 +1,12 @@ +import Sidebar from '../GUI/sidebar.js'; +import {read, write} from '../secretariat.js'; + +export default class sidebar_handler { + constructor () { + + }; + + async activate () { + await read(`settings,behavior,autoRun`) + } +} \ No newline at end of file