Skip to content

Commit 52f7465

Browse files
Fix warning
1 parent 8878015 commit 52f7465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MSUScripter/ViewModels/MsuSongInfoViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public MsuSongInfoViewModel()
8787
{
8888
true => MaterialIconKind.CheckboxOutline,
8989
false => MaterialIconKind.CheckboxBlankOutline,
90+
null => MaterialIconKind.CheckboxBlankOutline
9091
};
9192

9293
public MaterialIconKind CopyrightIconKind => IsCopyrightSafe switch

0 commit comments

Comments
 (0)