mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Don't expose palette colors in UI theme editor
PR #22923. Fixes regression introduced by #22330.
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
13282d94ef
commit
206d5abf84
@@ -273,8 +273,6 @@ void UIThemeDialog::loadColors()
|
||||
int row = 2;
|
||||
for (const QString &id : colorIDs)
|
||||
{
|
||||
if (id == u"Log.Normal")
|
||||
qDebug() << "!!!!!!!";
|
||||
m_ui->colorsLayout->addWidget(new QLabel(id), row, 0);
|
||||
|
||||
const UIThemeColor &defaultColor = defaultColors.value(id);
|
||||
|
||||
Reference in New Issue
Block a user