diff --git a/src/renderer/App.vue b/src/renderer/App.vue index 89b4521b..fb2fc79b 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -95,40 +95,54 @@ v-if="!['SetupUI', 'Migration'].includes($route.name?.toString() || '')" class="flex flex-row h-[calc(100vh-2rem)]" > - -
- - RDP Session Active -
-
- Profile -
- {{ os.userInfo().username }} - Local Account + +
+
+ + RDP Session Active +
+
+ Profile +
+ {{ os.userInfo().username }} + Local Account +
+ + + + {{ route.name }} + +
- - - - {{ route.name }} - -

WinBoat Beta v{{ appVer }} {{ isDev ? "Dev" : "Prod" }}

+
+
diff --git a/src/renderer/views/About.vue b/src/renderer/views/About.vue index 7272dcc1..c74139c8 100644 --- a/src/renderer/views/About.vue +++ b/src/renderer/views/About.vue @@ -4,7 +4,6 @@

WinBoat

Windows for 🐧 penguins

WinBoat Beta v{{ appVer }} {{ isDev ? "Dev" : "Prod" }}

-

WinBoat is open-source software @@ -15,11 +14,29 @@ a registered trademark of Microsoft Corporation, and all associated assets (icons, logos, etc.) are the property of Microsoft.

+