Merge pull request #788 from flowln/other_resource_downloaders_two

Add resource pack, texture pack and shader pack downloaders
This commit is contained in:
Sefa Eyeoglu
2023-03-02 10:08:45 +00:00
committed by GitHub
36 changed files with 1568 additions and 60 deletions

View File

@ -611,6 +611,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?
{