TextArt: cacheColors default config value False

This commit is contained in:
Gordon Shumway 2020-07-18 00:07:50 -04:00 committed by GitHub
parent 26066b55e6
commit d1d4dc61b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(