mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 19:12:04 +00:00
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:
parent
7ca8db5fc6
commit
7690f2cae1
1 changed files with 1 additions and 1 deletions
|
|
@ -72,8 +72,8 @@ class AppearanceScreen extends ConsumerWidget {
|
|||
],
|
||||
),
|
||||
),
|
||||
if (!followSystemTheme) const DarkModeButton(),
|
||||
const FollowSystemThemeButton(),
|
||||
if (!followSystemTheme) const DarkModeButton(),
|
||||
const ThemeSelector(),
|
||||
if (isDarkTheme)
|
||||
Padding(
|
||||
|
|
|
|||
Loading…
Reference in a new issue