[TUI] Identify partitions.

This commit is contained in:
2025-10-16 11:43:03 +01:00
parent 28b59e8535
commit 2f885affe7
6 changed files with 107 additions and 13 deletions

View File

@@ -277,7 +277,7 @@ public sealed partial class MainWindowViewModel : ViewModelBase
file.Information = sb.ToString();
file.ImageFormat = imageFormat;
file.ImageFormat = imageFormat as IMediaImage;
}
catch(Exception ex)
{