Skip to content

Fix auto color scheme switching

Nicolas Fella requested to merge work/fixautoswitching into master

The code compares color schemes by name which breaks on non-english systems since color scheme names are translated.

Since 'Breeze Dark' and 'Breeze-Dunkel' don't compare equal the swiching fails

Instead compare them by the untranslated id

Merge request reports