[Symbian Installation File] Fix opened not being set on opening.

This commit is contained in:
2023-10-07 19:49:27 +01:00
parent 53494a1e61
commit 3a1645b34b

View File

@@ -169,6 +169,8 @@ public sealed partial class Symbian
if(_files.Any(t => t.mime is not null))
_features |= ArchiveSupportedFeature.SupportsXAttrs;
Opened = true;
return ErrorNumber.NoError;
}