feat(themes): opt-in chat color apply banner in themes tab
When a theme defines its own chat channel colours and the current Configuration.ChatColours don't match, a dezent banner offers Apply / Keep — opt-in, never auto-overwriting user picks. Switching themes re-arms the banner so each theme can be evaluated separately.
This commit is contained in:
@@ -696,4 +696,13 @@
|
||||
<data name="Settings_Themes_ExportActive" xml:space="preserve">
|
||||
<value>Aktives exportieren...</value>
|
||||
</data>
|
||||
<data name="Settings_Themes_ApplyChatColors_Hint" xml:space="preserve">
|
||||
<value>Dieses Theme schlägt eigene Channel-Farben vor.</value>
|
||||
</data>
|
||||
<data name="Settings_Themes_ApplyChatColors_Apply" xml:space="preserve">
|
||||
<value>Übernehmen</value>
|
||||
</data>
|
||||
<data name="Settings_Themes_ApplyChatColors_Keep" xml:space="preserve">
|
||||
<value>Behalten</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user