This commit is contained in:
@@ -102,21 +102,30 @@ export default function initialize() {
|
||||
key: key++
|
||||
});
|
||||
|
||||
//USER LOCALE
|
||||
//USER SETTINGS
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("Locale"),
|
||||
icon: "language",
|
||||
route: "/home-locale",
|
||||
title: window.$gz.locale.get("UserSettings"),
|
||||
icon: "user-cog",
|
||||
route: "/home-user-settings",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//SET LOGIN
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("SetLoginPassword"),
|
||||
icon: "key",
|
||||
route: "/home-password",
|
||||
key: key++
|
||||
});
|
||||
//Moved these two into user settings
|
||||
// //USER LOCALE
|
||||
// sub.push({
|
||||
// title: window.$gz.locale.get("Locale"),
|
||||
// icon: "language",
|
||||
// route: "/home-locale",
|
||||
// key: key++
|
||||
// });
|
||||
|
||||
// //SET LOGIN
|
||||
// sub.push({
|
||||
// title: window.$gz.locale.get("SetLoginPassword"),
|
||||
// icon: "key",
|
||||
// route: "/home-password",
|
||||
// key: key++
|
||||
// });
|
||||
|
||||
//USER NOTIFICATION SUBSCRIPTIONS
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user