Skip to content
  • David Redondo's avatar
    Use the same configs for watching and reading · a197df2c
    David Redondo authored
    KColorScheme uses KSharedConfig::openConfig() when no config is specified,
    we were watching a KSharedConfig::openConfig("kdeglobals") which seemingly
    is not updated instantly because it technically is different even though
    effectively it's the same config. Watching the same configs solves the theme
    not updating when the global theme is switched
    BUG:421745
    FIXED-IN:5.21
    a197df2c