Profile server manager #256

Merged
sarah merged 6 commits from profServers into trunk 2021-12-13 19:46:32 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 63ed835880 - Show all commits

View File

@ -47,7 +47,6 @@ class _ProfileServersView extends State<ProfileServersView> {
.of(context)
.size
.width > 600 ? AppLocalizations.of(context)!.manageKnownServersLong : AppLocalizations.of(context)!.manageKnownServersShort),
//actions: getActions(),
),
body: Consumer<ProfileInfoState>(builder: (context, profile, child) {
ProfileServerListState servers = profile.serverList;