mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[TUI] Open image before getting information.
This commit is contained in:
@@ -165,6 +165,10 @@ public sealed partial class MainWindowViewModel : ViewModelBase
|
||||
|
||||
if(imageFormat is null) continue;
|
||||
|
||||
var opened = imageFormat.Open(inputFilter);
|
||||
|
||||
if(opened != ErrorNumber.NoError) continue;
|
||||
|
||||
StringBuilder sb = new();
|
||||
|
||||
if(!string.IsNullOrWhiteSpace(imageFormat.Info.Version))
|
||||
|
||||
Reference in New Issue
Block a user