mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat(settings): touch screen optimization
This commit is contained in:
@@ -10,6 +10,7 @@ export const accessKey = useStorageLocal('accessKey', '')
|
||||
|
||||
export interface Settings {
|
||||
language: string
|
||||
touchScreenOptimization: boolean
|
||||
enableGridLayoutSwitcher: boolean
|
||||
enableHorizontalScrolling: boolean
|
||||
|
||||
@@ -83,6 +84,7 @@ export interface Settings {
|
||||
}
|
||||
export const settings = useStorageLocal('settings', ref<Settings>({
|
||||
language: '',
|
||||
touchScreenOptimization: false,
|
||||
enableGridLayoutSwitcher: true,
|
||||
enableHorizontalScrolling: false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user