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 a30d984 commit cdec12dCopy full SHA for cdec12d
CollapseLauncher/XAMLs/MainApp/MainPage.Navigation.cs
@@ -49,7 +49,8 @@ void Impl()
49
NavigationViewControl.MenuItems.Clear();
50
NavigationViewControl.FooterMenuItems.Clear();
51
52
- IGameVersion? CurrentGameVersionCheck = GetCurrentGameProperty().GameVersion;
+ GamePresetProperty gameProperty = GetCurrentGameProperty();
53
+ IGameVersion? CurrentGameVersionCheck = gameProperty.GameVersion;
54
55
FontIcon IconLauncher = new() { Glyph = "" };
56
FontIcon IconRepair = new() { Glyph = "" };
0 commit comments