mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 01:22:16 +00:00
removed backspace functionality for team folder and sharedwithme homepage
This commit is contained in:
2
resources/js/store/modules/app.js
vendored
2
resources/js/store/modules/app.js
vendored
@@ -33,7 +33,7 @@ const actions = {
|
||||
})
|
||||
|
||||
// Update user settings
|
||||
if (!Vue.prototype.$isThisRoute(router.currentRoute, ['Public'])) {
|
||||
if (!Vue.prototype.$isThisRoute(['Public'])) {
|
||||
Vue.prototype.$updateText('/user/settings', 'theme_mode', mode)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user