Attempt some transition between app configure views

This commit is contained in:
Johannes Zellner
2025-03-06 16:54:30 +01:00
parent c7a924e83b
commit 263f68554e
4 changed files with 124 additions and 107 deletions
+2 -2
View File
@@ -59,9 +59,9 @@ onMounted(() => {
</script>
<template>
<InputDialog ref="inputDialog" />
<div>
<InputDialog ref="inputDialog" />
<div>
<label>{{ $t('app.uninstall.startStop.title') }}</label>
<p>{{ $t('app.uninstall.startStop.description') }}</p>