mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 13:38:12 +00:00
chore: added light, dark & print modes
This commit is contained in:
@@ -4,9 +4,9 @@ import type { ActiveTrain } from '../types/common.types';
|
||||
|
||||
export const useGlobalStore = defineStore('global', {
|
||||
state: () => ({
|
||||
darkMode: false,
|
||||
|
||||
selectedTrain: null as ActiveTrain | null,
|
||||
|
||||
|
||||
generatedDate: null as Date | null,
|
||||
generatedMs: 0,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user