Merge branch 'PrismLauncher:develop' into modrinth-token

This commit is contained in:
TheKodeToad
2023-03-02 10:10:46 +00:00
committed by GitHub
38 changed files with 1570 additions and 62 deletions

View File

@ -612,6 +612,9 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
m_settings->registerSetting("UpdateDialogGeometry", "");
m_settings->registerSetting("ModDownloadGeometry", "");
m_settings->registerSetting("RPDownloadGeometry", "");
m_settings->registerSetting("TPDownloadGeometry", "");
m_settings->registerSetting("ShaderDownloadGeometry", "");
// HACK: This code feels so stupid is there a less stupid way of doing this?
{