default follow false

master
张萌 3 years ago
parent b208dfd21f
commit 68895e5732

@ -7,7 +7,8 @@ class CustomTheme {
static late CustomTheme _instance = CustomTheme._();
CustomTheme._() {
follow = true;
follow = false;
customTheme=ThemeData.light();
}
ThemeData? customTheme;

Loading…
Cancel
Save