group functionality fixes from storage engine; tor status include percent; crate group enhancement #265

Merged
sarah merged 5 commits from groupFixes into trunk 2021-12-18 21:28:29 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8e489131fa - Show all commits

View File

@ -30,6 +30,7 @@ class _ServersView extends State<ServersView> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Provider.of<Settings>(context, listen: false).theme.backgroundMainColor,
appBar: AppBar(
title: Text(MediaQuery.of(context).size.width > 600 ? AppLocalizations.of(context)!.serversManagerTitleLong : AppLocalizations.of(context)!.serversManagerTitleShort),
actions: getActions(),