mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Added new app settings shortcuts findable by spotlight - Application, Login & Registration, Appearance, Adsense, Homepage, Environment, Server
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
}"
|
||||
>
|
||||
<settings-icon
|
||||
v-if="['AppOthers', 'Profile', 'Password'].includes(result.action.value)"
|
||||
v-if="['AppOthers', 'Profile', 'Password', 'AppServer', 'AppAppearance', 'AppIndex', 'AppEnvironment', 'AppOthers', 'AppSignInUp', 'AppAdsense'].includes(result.action.value)"
|
||||
size="18"
|
||||
class="vue-feather text-theme"
|
||||
/>
|
||||
@@ -432,6 +432,55 @@ export default {
|
||||
value: 'Invoices',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: this.$t('application_settings'),
|
||||
action: {
|
||||
type: 'route',
|
||||
value: 'AppOthers',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: this.$t('login_registration_settings'),
|
||||
action: {
|
||||
type: 'route',
|
||||
value: 'AppSignInUp',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: this.$t('appearance_settings'),
|
||||
action: {
|
||||
type: 'route',
|
||||
value: 'AppAppearance',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: this.$t('adsense_settings'),
|
||||
action: {
|
||||
type: 'route',
|
||||
value: 'AppAdsense',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: this.$t('homepage_settings'),
|
||||
action: {
|
||||
type: 'route',
|
||||
value: 'AppIndex',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: this.$t('environment_settings'),
|
||||
action: {
|
||||
type: 'route',
|
||||
value: 'AppEnvironment',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: this.$t('server_settings'),
|
||||
action: {
|
||||
type: 'route',
|
||||
value: 'AppServer',
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
let fileLocations = [
|
||||
|
||||
Reference in New Issue
Block a user