ui(manager): fix zip archive path binding

This commit is contained in:
2025-11-18 06:54:25 +01:00
parent d44ccbaaab
commit 49845e841d

View File

@@ -420,7 +420,7 @@
<TextBox <TextBox
Grid.Row="7" Grid.Column="1" Grid.Row="7" Grid.Column="1"
x:Name="TextBoxInstallActionZipArchivePath" x:Name="TextBoxInstallActionZipArchivePath"
Text="{Binding SourceUrl}"/> Text="{Binding ZipPath}"/>
</Grid> </Grid>
<!-- Metadata --> <!-- Metadata -->