diff options
author | TheKodeToad <freezingma1l@outlook.com> | 2023-03-02 10:10:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 10:10:46 +0000 |
commit | 5c913149c84c121523a1ae403848d3e0926de244 (patch) | |
tree | 3789176d454bd988b7e572e5f411151efc2cb7e2 /launcher/Application.cpp | |
parent | cbe6eff2fa917401b913a96c551429caad852b3b (diff) | |
parent | 9265c319a96b3dd5681767c196a397fbbae9164a (diff) | |
download | PrismLauncher-5c913149c84c121523a1ae403848d3e0926de244.tar.gz PrismLauncher-5c913149c84c121523a1ae403848d3e0926de244.tar.bz2 PrismLauncher-5c913149c84c121523a1ae403848d3e0926de244.zip |
Merge branch 'PrismLauncher:develop' into modrinth-token
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index d6de6236..321f944b 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -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? { |