mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 12:31:07 -05:00
TextArt: cacheColors default config value False
This commit is contained in:
parent
26066b55e6
commit
d1d4dc61b3
@ -67,7 +67,7 @@ conf.registerChannelValue(
|
||||
)
|
||||
|
||||
conf.registerGlobalValue(
|
||||
TextArt, "cacheColors", registry.Boolean(True, _("""Cache color calculations""")),
|
||||
TextArt, "cacheColors", registry.Boolean(False, _("""Cache color calculations.""")),
|
||||
)
|
||||
|
||||
conf.registerChannelValue(
|
||||
|
Loading…
x
Reference in New Issue
Block a user