client/src/store/state.js
Artem Anufrij 926947e7c9
All checks were successful
continuous-integration/drone/push Build is passing
added popup control fix #3
2023-02-19 17:55:11 +01:00

21 lines
433 B
JavaScript

export default {
serverStatus: { scanning_music: false, scanning_video: false },
searchFilter: "",
systemDialog: false,
viewMenu: [],
clientConfig: {
server: "none",
isElectron: false
},
serverConfig: { allows: {}, domains: [] },
serverInfo: {
stats: {
albums: 0,
tracks: 0,
videos: 0,
users: 0
}
},
popups: []
}