Skip to content

Commit

Permalink
fix: ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Mar 17, 2024
1 parent c7a5a85 commit 3cb0d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/pages/server_select_overlay.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ServerSelectOverlayState extends State<ServerSelectOverlay>
_current = context.read<MainBloc>().state.currentServer;
}

double _height = 0;
double _height = double.negativeInfinity;
ServerConfig? _current;
ServerConfig? _selected;
bool _preloginSettings = false;
Expand Down

0 comments on commit 3cb0d2c

Please sign in to comment.