Skip to content

Commit

Permalink
fix: load streamer mode from local storage
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Aug 28, 2024
1 parent 565d3e0 commit 091e517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const useBaseStore = defineStore('base', {
darkMode: settings.load('dark', false),
navTabs: settings.load('navTabs', false),
compactMode: settings.load('compact', false),
streamerMode: false,
streamerMode: settings.load('streamerMode', false),
},
}),
getters: {
Expand Down

0 comments on commit 091e517

Please sign in to comment.