Finalize dynamic dark mode switching

Make QMenuBar items spaced identically
This commit is contained in:
Cacodemon345
2024-01-16 14:58:41 +06:00
parent 131e717500
commit b4bdfa70b6
4 changed files with 30 additions and 6 deletions

View File

@@ -178,6 +178,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