Merge branch 'PrismLauncher:develop' into modrinth-token

This commit is contained in:
TheKodeToad 2023-03-02 10:10:46 +00:00 committed by GitHub
commit 5c913149c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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?
{