Commit f77175cc authored by fallenstardust's avatar fallenstardust

默认开启决斗助手

parent 7ebdb6d7
......@@ -30,7 +30,7 @@ public interface Constants {
String PREF_PENDULUM_SCALE = "pref_key_game_lab_pendulum_scale";
boolean PREF_DEF_PENDULUM_SCALE = true;
String PREF_START_SERVICEDUELASSISTANT = "pref_key_start_serviceduelassistant";
boolean PREF_DEF_START_SERVICEDUELASSISTANT = false;
boolean PREF_DEF_START_SERVICEDUELASSISTANT = true;
String PREF_LOCK_SCREEN = "pref_key_game_screen_orientation";
boolean PREF_DEF_LOCK_SCREEN = false;
String PREF_IMMERSIVE_MODE = "pref_key_immersive_mode";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment