feat(ui): remember mod download dialog's geometry
Makes it consistent with other modal dialogs. Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -680,6 +680,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", "");
|
||||
|
Reference in New Issue
Block a user