Removed FloatingActionButton that should go to Settings #34

Merged
Hugo Bayer merged 1 commit from Hugo/30012020/RemovedSettingsButton into master 2020-01-30 12:10:09 +00:00

View file

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