FollowSystemThemeButton rearrangement

Show the FollowSystemThemeButton always on first positon, whether ON or OFF.

Before, the FollowSystemThemeButton was on first position if it was ON and in second position if it was OFF (DarkModeButton took the first position)
This commit is contained in:
Enbiya Olgun 2025-04-28 18:52:20 +02:00
parent 7ca8db5fc6
commit 7690f2cae1

View file

@ -72,8 +72,8 @@ class AppearanceScreen extends ConsumerWidget {
],
),
),
if (!followSystemTheme) const DarkModeButton(),
const FollowSystemThemeButton(),
if (!followSystemTheme) const DarkModeButton(),
const ThemeSelector(),
if (isDarkTheme)
Padding(