Skip to content

Commit cdec12d

Browse files
committed
Update MainPage.Navigation.cs
1 parent a30d984 commit cdec12d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CollapseLauncher/XAMLs/MainApp/MainPage.Navigation.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ void Impl()
4949
NavigationViewControl.MenuItems.Clear();
5050
NavigationViewControl.FooterMenuItems.Clear();
5151

52-
IGameVersion? CurrentGameVersionCheck = GetCurrentGameProperty().GameVersion;
52+
GamePresetProperty gameProperty = GetCurrentGameProperty();
53+
IGameVersion? CurrentGameVersionCheck = gameProperty.GameVersion;
5354

5455
FontIcon IconLauncher = new() { Glyph = "" };
5556
FontIcon IconRepair = new() { Glyph = "" };

0 commit comments

Comments
 (0)