Set session storage preferences upon load

This commit is contained in:
buzz-lightsnack-2007 2024-05-03 12:07:31 +08:00
parent 6816fddff2
commit 3f2db028c4

View file

@ -57,6 +57,9 @@ export default class fc {
static run() {
fc.trigger();
fc.every();
// Might as well set the preferences for storage.
template.configure();
}
static async every() {