Don't expose palette colors in UI theme editor

PR #22923.
Fixes regression introduced by #22330.
This commit is contained in:
Vladimir Golovnev
2025-06-27 13:44:10 +03:00
committed by Vladimir Golovnev (Glassez)
parent 13282d94ef
commit 206d5abf84
3 changed files with 9 additions and 3 deletions

View File

@@ -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);