Move Seer icons to better locations for flathub.

This commit is contained in:
Ernie Pasveer
2025-12-16 09:42:08 -06:00
parent 86b9a868b9
commit 12c6cd7c4a
24 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ SeerConsoleWidget::SeerConsoleWidget (QWidget* parent) : QWidget(parent) {
setupUi(this);
// Setup the widgets
setWindowIcon(QIcon(":/seer/resources/seergdb_64x64.png"));
setWindowIcon(QIcon(":/seer/resources/icons/hicolor/64x64/seergdb.png"));
setWindowTitle("Seer Console");
textEdit->setReadOnly(true);