add seperate sidebar handler for results

This commit is contained in:
buzz-lightsnack-2007 2024-04-22 23:51:55 +08:00
parent 7c1f303788
commit b09b69af3e

View file

@ -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`)
}
}