[Client] Fix bug
This commit is contained in:
parent
3f79c9ae49
commit
0b53ef9bae
4 changed files with 5 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ export default Vue.extend({
|
|||
this.$root.new(MkSettingsWindow);
|
||||
},
|
||||
signout() {
|
||||
this.$root.os.signout();
|
||||
this.$root.signout();
|
||||
},
|
||||
dark() {
|
||||
this.$store.commit('device/set', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue