From a59025cdece1fdb81c1d5fba3227bb336617e786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?= Date: Mon, 30 Aug 2010 17:57:59 +0000 Subject: [PATCH] Disable wiiremote control by default --- src/wiimotedev/shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiimotedev/shortcuts.cpp b/src/wiimotedev/shortcuts.cpp index 0e66c92ef..c21a1d40c 100644 --- a/src/wiimotedev/shortcuts.cpp +++ b/src/wiimotedev/shortcuts.cpp @@ -102,7 +102,7 @@ void WiimotedevShortcuts::RestoreSettings() settings.beginGroup(WiimotedevShortcuts::kSettingsGroup); settings.remove(""); - settings.setValue("enabled", true); + settings.setValue("enabled", false); settings.setValue("device", 1); settings.setValue("use_active_action", true); settings.setValue("only_when_focused", false);