Merge pull request #5200 from Cacodemon345/windows-dark-mode

Windows dark mode
This commit is contained in:
Miran Grča
2025-02-03 02:57:23 +01:00
committed by GitHub
216 changed files with 2540 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ private:
friend class ProgSettings;
friend class RendererCommon;
friend class RendererStack; // For UI variable access by non-primary renderer windows.
friend class WindowsRawInputFilter; // Needed to reload renderers on style sheet changes.
};
#endif // QT_MAINWINDOW_HPP