qt: properly update "Show non-primary monitors" settings when they are closed

This commit is contained in:
Cacodemon345
2022-08-02 00:14:09 +06:00
parent 8b99f9f360
commit e2a03f436e
3 changed files with 6 additions and 3 deletions

View File

@@ -148,6 +148,7 @@ private:
friend class SpecifyDimensions;
friend class ProgSettings;
friend class RendererCommon;
friend class RendererStack; // For UI variable access by non-primary renderer windows.
};
#endif // QT_MAINWINDOW_HPP