mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-04 05:58:12 +00:00
feat: fullscreen mode
This commit is contained in:
@@ -11,6 +11,7 @@ import { getHeadUnits } from '../utils/trainUtils';
|
||||
export const useGlobalStore = defineStore('global', {
|
||||
state: () => ({
|
||||
darkMode: false,
|
||||
fullscreenMode: false,
|
||||
viewMode: 'active' as ViewMode,
|
||||
|
||||
selectedTrainId: null as string | null,
|
||||
|
||||
Reference in New Issue
Block a user