diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-29 15:32:21 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-29 15:32:21 +1000 |
| commit | 06aa08b1de6bdb60203231d5c22816a6c9c4cee4 (patch) | |
| tree | 0763d8a63f23e97ba13bafa771c408999c76daaa /src/lib.ts | |
| parent | 93e3a4907c08a82225d1f947bb7674edf8a67c85 (diff) | |
Avoid layout/ui-option saved-string name-collisions
Assistively add OptionType type
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,3 +129,5 @@ export type UiOptions = { disabledActions: Set<Action>, useDblClick: boolean, }; +// Used in Settings.vue, and when saving to localStorage +export type OptionType = 'LYT' | 'UI'; |
