mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat; add config for startup page #40
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import type { AppPage } from '~/enums/appEnums'
|
||||
|
||||
export interface Settings {
|
||||
language: string
|
||||
startupPage: AppPage
|
||||
isShowTopbar: boolean
|
||||
dockPosition: 'left' | 'right' | 'bottom'
|
||||
enableHorizontalScrolling: boolean
|
||||
|
||||
Reference in New Issue
Block a user