mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 03:04:26 +00:00
Reorder AaruFormat file extensions.
This commit is contained in:
@@ -130,7 +130,7 @@ public sealed partial class AaruFormat
|
||||
];
|
||||
|
||||
/// <inheritdoc />
|
||||
public IEnumerable<string> KnownExtensions => [".dicf", ".aaru", ".aaruformat", ".aaruf", ".aif"];
|
||||
public IEnumerable<string> KnownExtensions => [".aif", ".aaru", ".aaruformat", ".aaruf", ".dicf"];
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool IsWriting { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user