Skip to content

Commit ec6f27d

Browse files
committed
feat: SettingType
1 parent 1611c20 commit ec6f27d

File tree

3 files changed

+168
-202
lines changed

3 files changed

+168
-202
lines changed

src/base/api/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import shuffle from '../../utils/shuffle';
1111
import some from '../../utils/some';
1212
import TabManager from '../../utils/tabbedView';
1313
import rand from '../../utils/rand';
14+
import SettingType from '../../utils/settings/setting';
1415

1516
const utils = api.mod.utils;
1617

@@ -35,3 +36,4 @@ utils.some = some;
3536
utils.tabManager = TabManager;
3637
utils.VarStore = VarStore;
3738
utils.rand = rand;
39+
utils.SettingType = SettingType;

0 commit comments

Comments
 (0)