spotlight functions indexing

This commit is contained in:
Čarodej
2021-12-14 17:14:02 +01:00
parent 342d07126a
commit 86eee2f533
10 changed files with 138 additions and 26 deletions

View File

@@ -5,6 +5,9 @@ const itemHelpers = {
Vue.prototype.$emptyTrash = function () {
this.$store.dispatch('emptyTrash')
}
Vue.prototype.$emptyTrashQuietly = function () {
this.$store.dispatch('emptyTrashQuietly')
}
Vue.prototype.$shareCancel = function () {
this.$store.dispatch('shareCancel')