Reorder AaruFormat file extensions.

This commit is contained in:
2025-12-14 11:10:40 +00:00
parent bddd3121d6
commit c92b3f636a

View File

@@ -130,7 +130,7 @@ public sealed partial class AaruFormat
]; ];
/// <inheritdoc /> /// <inheritdoc />
public IEnumerable<string> KnownExtensions => [".dicf", ".aaru", ".aaruformat", ".aaruf", ".aif"]; public IEnumerable<string> KnownExtensions => [".aif", ".aaru", ".aaruformat", ".aaruf", ".dicf"];
/// <inheritdoc /> /// <inheritdoc />
public bool IsWriting { get; private set; } public bool IsWriting { get; private set; }