Skip to content

Commit 77ee068

Browse files
fix(ui): properly set initial nav drawer state
1 parent 8258a9a commit 77ee068

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ui/src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ export default {
190190
191191
created() {
192192
this.$vuetify.theme.dark = this.$store.state.config.darkTheme;
193+
if (this.$vuetify.breakpoint.lgAndUp) {
194+
this.$store.commit("config/toggleNavigationDrawer");
195+
}
193196
194197
if (this.serverUrl) {
195198
const sessionId = this.$store.state.connection.sessionId;

0 commit comments

Comments
 (0)