Removed FloatingActionButton that should go to Settings #34

Merged
Hugo Bayer merged 1 commits from Hugo/30012020/RemovedSettingsButton into master 2020-01-30 12:10:09 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -59,10 +59,10 @@ class _ServerListState extends State<ServerList> {
children: _createChildren(),
),
),
floatingActionButton: FloatingActionButton(
/*floatingActionButton: FloatingActionButton(
shape: CircleBorder(),
child: Icon(Icons.settings),
),
),*/
);
}