mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Don't expose palette colors in UI theme editor
Some checks are pending
CI - File health / Check (push) Waiting to run
CI - macOS / Build (push) Waiting to run
CI - Python / Check (push) Waiting to run
CI - Ubuntu / Build (push) Waiting to run
CI - WebUI / Check (push) Waiting to run
CI - Windows / Build (push) Waiting to run
Some checks are pending
CI - File health / Check (push) Waiting to run
CI - macOS / Build (push) Waiting to run
CI - Python / Check (push) Waiting to run
CI - Ubuntu / Build (push) Waiting to run
CI - WebUI / Check (push) Waiting to run
CI - Windows / Build (push) Waiting to run
PR #22923. Fixes regression introduced by #22330.
This commit is contained in:
parent
41d7d672ce
commit
dd4a2eb583
3 changed files with 9 additions and 3 deletions
|
@ -105,6 +105,8 @@ DefaultThemeSource::DefaultThemeSource()
|
|||
, m_colors {defaultUIThemeColors()}
|
||||
{
|
||||
loadColors();
|
||||
// Palette isn't customizable in default theme
|
||||
m_colors.insert(defaultPaletteColors());
|
||||
}
|
||||
|
||||
QByteArray DefaultThemeSource::readStyleSheet()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue