keybinds New Settings Window Format (#1215)
This commit is contained in:
parent
afeab7c38b
commit
4e3fb128cd
5 changed files with 308 additions and 11 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue