fix: 标签失效

This commit is contained in:
HapeLee
2026-06-11 01:36:06 +08:00
parent 961dca02ba
commit a6aff40e26
@@ -132,11 +132,7 @@ object ThemeConfig {
var enableCustomTagColors by prefDelegate(PreferKey.enableCustomTagColors, false)
var customTagColorsJson: String?
get() = appCtx.getPrefString(PreferKey.customTagColors)
set(value) {
appCtx.putPrefString(PreferKey.customTagColors, value)
}
var customTagColorsJson by prefDelegate<String?>(PreferKey.customTagColors, null)
fun getCustomTagColors(): List<TagColorPair> {
return try {