add seperate sidebar handler for results
This commit is contained in:
parent
7c1f303788
commit
b09b69af3e
1 changed files with 12 additions and 0 deletions
12
scripts/pages/sidebar_handler.js
Normal file
12
scripts/pages/sidebar_handler.js
Normal 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`)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue