Add mail connection details dialog

This commit is contained in:
Johannes Zellner
2025-03-12 13:41:07 +01:00
parent 00a5dbf42c
commit 0865b9bbc5
12 changed files with 56 additions and 18 deletions

View File

@@ -155,7 +155,7 @@ async function refreshTasks() {
}
onMounted(async () => {
const [error, result] = await dashboardModel.getConfig();
const [error, result] = await dashboardModel.config();
if (error) return console.error(error);
version.value = result.version;