diff --git a/src/router.ts b/src/router.ts
index e06ebded41..270647df95 100644
--- a/src/router.ts
+++ b/src/router.ts
@@ -92,6 +92,12 @@ const router = createRouter({
name: 'ManualConfigurationView',
component: () => import('@/views/ManualConfigurationView.vue'),
beforeEnter: guardElectronAccess
+ },
+ {
+ path: 'desktop-start',
+ name: 'DesktopStartView',
+ component: () => import('@/views/DesktopStartView.vue'),
+ beforeEnter: guardElectronAccess
}
]
}
diff --git a/src/views/DesktopStartView.vue b/src/views/DesktopStartView.vue
new file mode 100644
index 0000000000..63025cd66b
--- /dev/null
+++ b/src/views/DesktopStartView.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+