added select instance dialog for copying/adding worlds

This commit is contained in:
Ice Yeti 2026-06-11 21:10:16 -04:00
parent eed16bac87
commit 7e7de65fb4
5 changed files with 92 additions and 15 deletions

View file

@ -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