diff --git a/src/App.vue b/src/App.vue index a62dea0..d4a7911 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,9 +3,7 @@ :theme-overrides="theme === null ? lightThemeOverrides : darkThemeOverrides">
-
- -
+
@@ -53,11 +51,6 @@ flex-direction: column; } -.top-bar-wrapper { - display: flex; - justify-content: center; -} - .columns { display: flex; flex-flow: row wrap; @@ -124,6 +117,9 @@ import './assets/logo-light.png'; + + document.title = 'RPCSX - PS4 Emulator'; + /** * @type import('naive-ui').GlobalThemeOverrides */ @@ -154,6 +150,7 @@ export default defineComponent({ + title: 'RPCSX - PS4 Emulator', methods: { // A hacky workaround to testing mobile toggleTheme() { diff --git a/src/components/TopBarMenu.vue b/src/components/TopBarMenu.vue index e63f717..b925c15 100644 --- a/src/components/TopBarMenu.vue +++ b/src/components/TopBarMenu.vue @@ -1,6 +1,15 @@ + +