mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
merge mine & media
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -16,8 +16,8 @@ enum ThemeType {
|
||||
};
|
||||
|
||||
Icon get icon => switch (this) {
|
||||
ThemeType.light => const Icon(MdiIcons.weatherSunny, size: 24),
|
||||
ThemeType.dark => const Icon(MdiIcons.weatherNight, size: 24),
|
||||
ThemeType.system => const Icon(MdiIcons.themeLightDark, size: 24),
|
||||
ThemeType.light => const Icon(MdiIcons.weatherSunny),
|
||||
ThemeType.dark => const Icon(MdiIcons.weatherNight),
|
||||
ThemeType.system => const Icon(MdiIcons.themeLightDark),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user