mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
detect recovery devices, cleanup code , use const pointers wherever possible, refactor img thumbnail loading, refactor gallery widget
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user