Set session storage preferences upon load
This commit is contained in:
parent
6816fddff2
commit
3f2db028c4
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ export default class fc {
|
||||||
static run() {
|
static run() {
|
||||||
fc.trigger();
|
fc.trigger();
|
||||||
fc.every();
|
fc.every();
|
||||||
|
|
||||||
|
// Might as well set the preferences for storage.
|
||||||
|
template.configure();
|
||||||
}
|
}
|
||||||
|
|
||||||
static async every() {
|
static async every() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue