Seer handles dark/light color theme changes. Especially for Icons.

This commit is contained in:
Ernie Pasveer
2026-05-31 13:43:38 -05:00
parent ad6d490bd2
commit d1d6f7d901
35 changed files with 422 additions and 133 deletions
-1
View File
@@ -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);