From 676597e0c0f3f30ef9b22a099c955e30c4579ac0 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 9 Feb 2025 12:34:39 +0100 Subject: [PATCH] Relocate the progress bar to the footer --- .../Dialogs/DataSourceLocalDirectoryInfoDialog.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/MindWork AI Studio/Dialogs/DataSourceLocalDirectoryInfoDialog.razor b/app/MindWork AI Studio/Dialogs/DataSourceLocalDirectoryInfoDialog.razor index 05932699..cbd951dc 100644 --- a/app/MindWork AI Studio/Dialogs/DataSourceLocalDirectoryInfoDialog.razor +++ b/app/MindWork AI Studio/Dialogs/DataSourceLocalDirectoryInfoDialog.razor @@ -41,12 +41,12 @@ } - @if (this.IsOperationInProgress) - { - - } + @if (this.IsOperationInProgress) + { + + } Close \ No newline at end of file