mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-09 08:38:40 +01:00
select Dark theme by default
This commit is contained in:
parent
def5c9ce2a
commit
07b60e0afb
@ -26,7 +26,7 @@ public class Config {
|
||||
}
|
||||
|
||||
public boolean getIsDarkTheme() {
|
||||
return mPrefs.getBoolean(Constants.IS_DARK_THEME, false);
|
||||
return mPrefs.getBoolean(Constants.IS_DARK_THEME, true);
|
||||
}
|
||||
|
||||
public void setIsDarkTheme(boolean isDarkTheme) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user