keybinds New Settings Window Format (#1215)

This commit is contained in:
Gabriel Davila 2022-06-29 20:39:09 -03:00 committed by GitHub
parent afeab7c38b
commit 4e3fb128cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 308 additions and 11 deletions

View file

@ -4424,6 +4424,9 @@ const app = new Vue({
case "advanced":
this.$store.state.pageState.settings.currentTabIndex = 6
break;
case "keybindings" :
this.$store.state.pageState.settings.currentTabIndex = 7
break;
}
app.modals.settings = true
},