Merge pull request #939 from flowln/mod_downloader_improve
Some more UI / UX improvements to the mod downloader!
This commit is contained in:
commit
1b0ca47682
28 changed files with 535 additions and 147 deletions
|
@ -685,6 +685,8 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||
|
||||
m_settings->registerSetting("UpdateDialogGeometry", "");
|
||||
|
||||
m_settings->registerSetting("ModDownloadGeometry", "");
|
||||
|
||||
// HACK: This code feels so stupid is there a less stupid way of doing this?
|
||||
{
|
||||
m_settings->registerSetting("PastebinURL", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue