mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
select Dark theme by default
This commit is contained in:
parent
def5c9ce2a
commit
07b60e0afb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue