mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-06 23:16:07 +00:00
Format stuff
This commit is contained in:
@@ -138,8 +138,8 @@ public partial class ExportSetupViewModel(
|
||||
[
|
||||
new FilePickerFileType($"{extension.ToUpperInvariant()} file")
|
||||
{
|
||||
Patterns = [$"*.{extension}"]
|
||||
}
|
||||
Patterns = [$"*.{extension}"],
|
||||
},
|
||||
],
|
||||
defaultFileName
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user