mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
instance icons and minecraft version
This commit is contained in:
parent
7e7de65fb4
commit
2e656c247b
4 changed files with 34 additions and 12 deletions
|
|
@ -889,11 +889,15 @@ void MainWindow::toggleAllWorldsScreen(bool toggled)
|
|||
ui->instanceToolBar->setVisible(false);
|
||||
allWorldsPage->setVisible(true);
|
||||
|
||||
allWorlds->startWatching();
|
||||
|
||||
connect(allWorldsPage, &MultiWorldListPage::worldJoined, this, &MainWindow::worldJoined);
|
||||
} else {
|
||||
allWorldsPage->setVisible(false);
|
||||
view->setVisible(true);
|
||||
ui->instanceToolBar->setVisible(m_oldInstanceToolbarSetting);
|
||||
|
||||
allWorlds->stopWatching();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue