mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 05:16:59 +03:00
added select instance dialog for copying/adding worlds
This commit is contained in:
parent
eed16bac87
commit
7e7de65fb4
5 changed files with 92 additions and 15 deletions
|
|
@ -825,6 +825,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
|||
m_settings->registerSetting("TPDownloadGeometry", "");
|
||||
m_settings->registerSetting("ShaderDownloadGeometry", "");
|
||||
m_settings->registerSetting("DataPackDownloadGeometry", "");
|
||||
m_settings->registerSetting("SelectInstanceGeometry", "");
|
||||
|
||||
// data pack window
|
||||
// in future, more pages may be added - so this name is chosen to avoid needing migration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue