fix: warn users if no device is connected

fix: can't backup without a device
This commit is contained in:
2023-12-08 22:55:33 +01:00
parent af01426f43
commit f9a63a8724
4 changed files with 32 additions and 32 deletions

View File

@@ -30,7 +30,7 @@
onHidden(instance) {
instance.destroy()
},
onDestroy(instance) {
onDestroy() {
shareComponent.$destroy()
},
}).show()