mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
ping servers when opening Servers page
This commit is contained in:
parent
a79a66c177
commit
1fb0fe0171
1 changed files with 3 additions and 0 deletions
|
|
@ -734,6 +734,9 @@ void ServersPage::openedImpl()
|
|||
m_wide_bar_setting = APPLICATION->settings()->getSetting(setting_name);
|
||||
|
||||
ui->toolBar->setVisibilityState(m_wide_bar_setting->get().toByteArray());
|
||||
|
||||
// ping servers
|
||||
m_model->queryServersStatus();
|
||||
}
|
||||
|
||||
void ServersPage::closedImpl()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue