refactor: Display navigationrail in settings page

This commit is contained in:
krille-chan 2025-02-08 16:35:33 +01:00
commit 139117e47b
No known key found for this signature in database
11 changed files with 395 additions and 302 deletions

View file

@ -32,7 +32,8 @@ class SettingsStyleView extends StatelessWidget {
final client = Matrix.of(context).client;
return Scaffold(
appBar: AppBar(
leading: const Center(child: BackButton()),
automaticallyImplyLeading: !FluffyThemes.isColumnMode(context),
centerTitle: FluffyThemes.isColumnMode(context),
title: Text(L10n.of(context).changeTheme),
),
backgroundColor: theme.colorScheme.surface,