mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Seer handles dark/light color theme changes. Especially for Icons.
This commit is contained in:
@@ -36,7 +36,6 @@ SeerConsoleWidget::SeerConsoleWidget (QWidget* parent) : QWidget(parent) {
|
||||
setupUi(this);
|
||||
|
||||
// Setup the widgets
|
||||
setWindowIcon(QIcon(":/seer/resources/icons/hicolor/64x64/seergdb.png"));
|
||||
setWindowTitle("Seer Console");
|
||||
|
||||
textEdit->setReadOnly(true);
|
||||
|
||||
Reference in New Issue
Block a user