fix wrong function name

This commit is contained in:
Jaex 2015-09-11 22:52:11 +03:00
parent f40e29e631
commit 355af54cb3

View file

@ -78,7 +78,7 @@ private void LoadSettings()
cbSendToMenu.Checked = IntegrationHelpers.CheckSendToMenuButton();
#if STEAM
cbSteamShowInApp.Checked = IntegrationHelpers.CheckSteamShowInGame();
cbSteamShowInApp.Checked = IntegrationHelpers.CheckSteamShowInApp();
#else
gbSteam.Visible = false;
#endif