From 93ab94f6adb79203cd39c659e300adbc93b3914c Mon Sep 17 00:00:00 2001 From: Missake212 Date: Wed, 5 Mar 2025 22:57:01 +0000 Subject: [PATCH] fix background splash screens --- src/qt_gui/main_window_themes.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/qt_gui/main_window_themes.cpp b/src/qt_gui/main_window_themes.cpp index c5574fca9..a4f6284a5 100644 --- a/src/qt_gui/main_window_themes.cpp +++ b/src/qt_gui/main_window_themes.cpp @@ -183,12 +183,6 @@ void WindowThemes::SetWindowTheme(Theme theme, QLineEdit* mw_searchbar) { themePalette.setColor(QPalette::Highlight, QColor(42, 130, 218)); themePalette.setColor(QPalette::HighlightedText, Qt::black); qApp->setPalette(themePalette); - qApp->setStyleSheet("QLineEdit {" - "background-color: #000000; color: #ffffff; border: 1px solid #a0a0a0; " - "border-radius: 4px; padding: 5px; }" - - "QCheckBox::indicator:unchecked {" - "border: 1px solid #808080; border-radius: 4px; }"); break; } } \ No newline at end of file