Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
This commit is contained in:
commit
7f852a4981
3 changed files with 21 additions and 7 deletions
|
@ -293,7 +293,10 @@ const app = new Vue({
|
|||
},
|
||||
mainMenuVisibility(val) {
|
||||
if (val) {
|
||||
(this.chrome.userinfo.id) ? this.chrome.menuOpened = !this.chrome.menuOpened : false
|
||||
(this.mk.isAuthorized) ? this.chrome.menuOpened = !this.chrome.menuOpened : false;
|
||||
if (!this.mk.isAuthorized){
|
||||
this.mk.authorize()
|
||||
}
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
this.chrome.menuOpened = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue