Compare commits
1 commit
059282706b
...
63ca072af8
Author | SHA1 | Date | |
---|---|---|---|
63ca072af8 |
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
title: "Gorb",
|
title: "Gorb",
|
||||||
buildTimeString: new Date().toISOString(),
|
buildTimeString: new Date().toISOString(),
|
||||||
gitHash: process.env.GIT_SHORT_REV || "N/A"
|
gitHash: process.env.GIT_SHORT_REV || "N/A"
|
||||||
})
|
})
|
||||||
|
|
|
@ -66,6 +66,7 @@ import Appearance from '~/components/Settings/AppSettings/Appearance.vue';
|
||||||
import Notifications from '~/components/Settings/AppSettings/Notifications.vue';
|
import Notifications from '~/components/Settings/AppSettings/Notifications.vue';
|
||||||
import Keybinds from '~/components/Settings/AppSettings/Keybinds.vue';
|
import Keybinds from '~/components/Settings/AppSettings/Keybinds.vue';
|
||||||
import Language from '~/components/Settings/AppSettings/Language.vue';
|
import Language from '~/components/Settings/AppSettings/Language.vue';
|
||||||
|
import { WINDOW } from 'cropperjs';
|
||||||
|
|
||||||
const settingsCategories = {
|
const settingsCategories = {
|
||||||
userSettings: {
|
userSettings: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue