Commit 771e5004 authored by topjohnwu's avatar topjohnwu

Use dark theme by default

parent 7e3ff031
......@@ -320,7 +320,7 @@ public class Config {
// prefs bool
defs.put(Key.CHECK_UPDATES, true);
//defs.put(Key.DARK_THEME, false);
defs.put(Key.DARK_THEME, true);
//defs.put(Key.SU_REAUTH, false);
//defs.put(Key.SHOW_SYSTEM_APP, false);
......
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