@@ -33,15 +33,15 @@ public NavigationViewItemButtonStyleItem SelectedNavigationViewItem
3333
3434 var page = value . ItemType switch
3535 {
36- PropertiesNavigationViewItemType . General => typeof ( GeneralPage ) ,
37- PropertiesNavigationViewItemType . Shortcut => typeof ( ShortcutPage ) ,
38- PropertiesNavigationViewItemType . Library => typeof ( LibraryPage ) ,
39- PropertiesNavigationViewItemType . Details => typeof ( DetailsPage ) ,
40- PropertiesNavigationViewItemType . Security => typeof ( SecurityPage ) ,
36+ PropertiesNavigationViewItemType . General => typeof ( GeneralPage ) ,
37+ PropertiesNavigationViewItemType . Shortcut => typeof ( ShortcutPage ) ,
38+ PropertiesNavigationViewItemType . Library => typeof ( LibraryPage ) ,
39+ PropertiesNavigationViewItemType . Details => typeof ( DetailsPage ) ,
40+ PropertiesNavigationViewItemType . Security => typeof ( SecurityPage ) ,
4141 PropertiesNavigationViewItemType . Customization => typeof ( CustomizationPage ) ,
4242 PropertiesNavigationViewItemType . Compatibility => typeof ( CompatibilityPage ) ,
43- PropertiesNavigationViewItemType . Hashes => typeof ( HashesPage ) ,
44- PropertiesNavigationViewItemType . Signatures => typeof ( SignaturesPage ) ,
43+ PropertiesNavigationViewItemType . Hashes => typeof ( HashesPage ) ,
44+ PropertiesNavigationViewItemType . Signatures => typeof ( SignaturesPage ) ,
4545 _ => typeof ( GeneralPage ) ,
4646 } ;
4747
0 commit comments