detect recovery devices, cleanup code , use const pointers wherever possible, refactor img thumbnail loading, refactor gallery widget

This commit is contained in:
uncor3
2026-03-02 23:25:06 +00:00
parent df0f0f32a7
commit 35c5985f47
64 changed files with 1490 additions and 1260 deletions
+1 -2
View File
@@ -87,8 +87,7 @@ void WelcomeWidget::setupUI()
[]() { QDesktopServices::openUrl(QUrl(REPO_URL)); });
QPalette githubPalette = m_githubLabel->palette();
githubPalette.setColor(QPalette::WindowText,
COLOR_HYPERLINK); // Apple blue
githubPalette.setColor(QPalette::WindowText, COLOR_HYPERLINK);
m_githubLabel->setPalette(githubPalette);
m_mainLayout->addWidget(m_githubLabel, 0, Qt::AlignCenter);