Skip to content

Commit

Permalink
Add Server remains active when no server is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Salanto committed Jan 28, 2023
1 parent a23ddd8 commit b7ac4e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lobby.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ void Lobby::reset_selection()
ui_server_player_count_lbl->setText(tr("Offline"));
ui_server_description_text->clear();

ui_add_server_button->setEnabled(false);
ui_edit_favorite_button->setEnabled(false);
ui_remove_from_favorites_button->setEnabled(false);
ui_connect_button->setEnabled(false);
Expand Down

0 comments on commit b7ac4e9

Please sign in to comment.