Ui improvements and iOS improvements

This commit is contained in:
Juan Gilsanz Polo 2023-03-16 23:29:18 +01:00
parent 156b6a12e3
commit a736516e7b
29 changed files with 245 additions and 161 deletions

View file

@ -57,7 +57,10 @@ class Settings extends StatelessWidget {
}
return Scaffold(
appBar: const SettingsAppBar(),
appBar: AppBar(
title: Text(AppLocalizations.of(context)!.settings),
centerTitle: false,
),
body: ListView(
children: [
if (serversProvider.selectedServer != null) ...[