We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d45b5 commit 1e1de93Copy full SHA for 1e1de93
src/gui/control_panel.cpp
@@ -357,6 +357,7 @@ void ControlPanel::custom_ready() {
357
bool start = play_button_->get_text() == FTR("start") + " (F5)";
358
359
GuiInterface::Instance().is_using_wifi = true;
360
+ GuiInterface::Instance().links_.clear();
361
362
if (start) {
363
bool all_started = true;
0 commit comments