feat(NewsDialog): save and restore geometry

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit d8a25f55e4)
This commit is contained in:
Octol1ttle 2026-02-21 00:18:19 +05:00 committed by github-actions[bot]
parent 28ad98862b
commit dce9cab56b
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", "");