Initial Moshidon "release"

This commit is contained in:
LucasGGamerM
2022-12-06 19:17:07 -03:00
parent f384d44f8f
commit 8c1f76d7fa
8 changed files with 22 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ public class GlobalUserPreferences{
alwaysExpandContentWarnings=prefs.getBoolean("alwaysExpandContentWarnings", false);
disableMarquee=prefs.getBoolean("disableMarquee", false);
theme=ThemePreference.values()[prefs.getInt("theme", 0)];
color=ColorPreference.values()[prefs.getInt("color", 0)];
color=ColorPreference.values()[prefs.getInt("color", 1)];
}
public static void save(){