Format stuff

This commit is contained in:
Tyrrrz
2024-10-26 21:41:16 +03:00
parent e8192b2b53
commit 09e0b3f133
45 changed files with 156 additions and 174 deletions

View File

@@ -138,8 +138,8 @@ public partial class ExportSetupViewModel(
[
new FilePickerFileType($"{extension.ToUpperInvariant()} file")
{
Patterns = [$"*.{extension}"]
}
Patterns = [$"*.{extension}"],
},
],
defaultFileName
);

View File

@@ -85,7 +85,7 @@ public class SettingsViewModel : DialogViewModelBase
"zh-CN",
"ja-JP",
"zh-TW",
"ko-KR"
"ko-KR",
];
// This has to be non-nullable because Avalonia ComboBox doesn't allow a null value to be selected