mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
add LightDark option for customer dashboard (#1204)
This commit is contained in:
@ -13,7 +13,8 @@ export const useGlobalStore = defineStore({
|
||||
currentUser: null,
|
||||
companySlug: '',
|
||||
mainMenu: null,
|
||||
enabledModules: []
|
||||
enabledModules: [],
|
||||
isDarkModeOn: false
|
||||
}),
|
||||
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user