feat(NewsDialog): save and restore geometry

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-21 00:18:19 +05:00
parent eac55d849c
commit d8a25f55e4
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
2 changed files with 12 additions and 0 deletions

View file

@ -815,6 +815,8 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
m_settings->registerSetting("UpdateDialogGeometry", "");
m_settings->registerSetting("NewsGeometry", "");
m_settings->registerSetting("ModDownloadGeometry", "");
m_settings->registerSetting("RPDownloadGeometry", "");
m_settings->registerSetting("TPDownloadGeometry", "");