Improve importing of tabs

This commit is contained in:
Julian Stirling 2025-11-07 12:54:00 +00:00
parent 2ca69f9420
commit bb5bc503ef
3 changed files with 10 additions and 23 deletions

View file

@ -66,7 +66,6 @@ export default new Vuex.Store({
error: "",
autoGpuPreview: false,
trackWindow: true,
galleryEnabled: true,
activeStreams: {},
microscopeHostname: "",
// Persistent items:
@ -108,9 +107,6 @@ export default new Vuex.Store({
changeAppTheme(state, theme) {
state.appTheme = theme;
},
changeGalleryEnabled(state, enabled) {
state.galleryEnabled = enabled;
},
resetState(state) {
state.waiting = false;
state.available = false;