mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +00:00
fixed google drive link menu
This commit is contained in:
parent
f06cdaf4ac
commit
c0f46b6445
1 changed files with 4 additions and 0 deletions
|
|
@ -144,6 +144,10 @@ export default {
|
||||||
name: "uploadDialog",
|
name: "uploadDialog",
|
||||||
visibility: false
|
visibility: false
|
||||||
});
|
});
|
||||||
|
this.$store.dispatch("setPopoutVisibility", {
|
||||||
|
name: "GDLinkMenu",
|
||||||
|
visibility: true
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue