mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
select Dark theme by default
This commit is contained in:
@@ -26,7 +26,7 @@ public class Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean getIsDarkTheme() {
|
public boolean getIsDarkTheme() {
|
||||||
return mPrefs.getBoolean(Constants.IS_DARK_THEME, false);
|
return mPrefs.getBoolean(Constants.IS_DARK_THEME, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setIsDarkTheme(boolean isDarkTheme) {
|
public void setIsDarkTheme(boolean isDarkTheme) {
|
||||||
|
Reference in New Issue
Block a user