diff --git a/apps/launcher/advancedpage.cpp b/apps/launcher/advancedpage.cpp
index 9cb89d2b5d..b254e0b012 100644
--- a/apps/launcher/advancedpage.cpp
+++ b/apps/launcher/advancedpage.cpp
@@ -81,6 +81,7 @@ bool Launcher::AdvancedPage::loadSettings()
if (unarmedFactorsStrengthIndex >= 0 && unarmedFactorsStrengthIndex <= 2)
unarmedFactorsStrengthComboBox->setCurrentIndex(unarmedFactorsStrengthIndex);
+
// Input Settings
loadSettingBool(allowThirdPersonZoomCheckBox, "allow third person zoom", "Input");
loadSettingBool(grabCursorCheckBox, "grab cursor", "Input");
@@ -140,6 +141,7 @@ void Launcher::AdvancedPage::saveSettings()
if (unarmedFactorsStrengthIndex != mEngineSettings.getInt("strength influences hand to hand", "Game"))
mEngineSettings.setInt("strength influences hand to hand", "Game", unarmedFactorsStrengthIndex);
+
// Input Settings
saveSettingBool(allowThirdPersonZoomCheckBox, "allow third person zoom", "Input");
saveSettingBool(grabCursorCheckBox, "grab cursor", "Input");
diff --git a/files/ui/advancedpage.ui b/files/ui/advancedpage.ui
index 76c007dc59..b308f21ace 100644
--- a/files/ui/advancedpage.ui
+++ b/files/ui/advancedpage.ui
@@ -22,7 +22,11 @@
0
0
641
+<<<<<<< HEAD
998
+=======
+ 968
+>>>>>>> Fixed merge conflicts
@@ -89,6 +93,7 @@
Enchanted weapons are magical
+<<<<<<< HEAD
@@ -100,6 +105,11 @@
Barter disposition change is permanent
+=======
+
+
+
+>>>>>>> Fixed merge conflicts
-