Skip to content

Commit

Permalink
FEAT(client): Automatically sync theme with OS color scheme- v4
Browse files Browse the repository at this point in the history
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 mumble-voip#6515
  • Loading branch information
jakub2682-tuke committed Nov 1, 2024
1 parent 885065d commit ab72ac2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/mumble/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@
# include <dbt.h>
#endif


#include <QFile>
#include <QGuiApplication>
#include <QPalette>
#include <QSettings>
#include <QStyleHints>
#include <QTextStream>



#include <algorithm>

MessageBoxEvent::MessageBoxEvent(QString m) : QEvent(static_cast< QEvent::Type >(MB_QEVENT)) {
Expand Down Expand Up @@ -208,7 +198,6 @@ MainWindow::MainWindow(QWidget *p)
&PluginManager::on_serverSynchronized);

QAccessible::installFactory(AccessibleSlider::semanticSliderFactory);

}

void MainWindow::createActions() {
Expand Down

0 comments on commit ab72ac2

Please sign in to comment.