We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8878015 commit 52f7465Copy full SHA for 52f7465
MSUScripter/ViewModels/MsuSongInfoViewModel.cs
@@ -87,6 +87,7 @@ public MsuSongInfoViewModel()
87
{
88
true => MaterialIconKind.CheckboxOutline,
89
false => MaterialIconKind.CheckboxBlankOutline,
90
+ null => MaterialIconKind.CheckboxBlankOutline
91
};
92
93
public MaterialIconKind CopyrightIconKind => IsCopyrightSafe switch
0 commit comments