From ab72ac2e422a73b8d9a8cb71b3fe370936016e19 Mon Sep 17 00:00:00 2001 From: jk405cz Date: Fri, 1 Nov 2024 12:16:02 +0100 Subject: [PATCH] FEAT(client): Automatically sync theme with OS color scheme- v4 This update introduces an automatic theme switch that changes based on the OS color scheme at startup and during runtime. This feature is implemented for Qt 6.2 and includes compatibility for Qt 6.5 once Mumble upgrades. Implements #6515 --- src/mumble/MainWindow.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/mumble/MainWindow.cpp b/src/mumble/MainWindow.cpp index f66196dd3ac..0cf75b1e294 100644 --- a/src/mumble/MainWindow.cpp +++ b/src/mumble/MainWindow.cpp @@ -86,16 +86,6 @@ # include #endif - -#include -#include -#include -#include -#include -#include - - - #include MessageBoxEvent::MessageBoxEvent(QString m) : QEvent(static_cast< QEvent::Type >(MB_QEVENT)) { @@ -208,7 +198,6 @@ MainWindow::MainWindow(QWidget *p) &PluginManager::on_serverSynchronized); QAccessible::installFactory(AccessibleSlider::semanticSliderFactory); - } void MainWindow::createActions() {