Add comment regarding appearance varieities

This commit is contained in:
Michael
2020-10-28 09:34:43 -04:00
parent 3a311dc200
commit 9d6b94b7c2
@@ -109,6 +109,9 @@ Textual.viewBodyDidLoad = function() {};
/* A boolean entry named "Post Textual.appearanceDidChange() Notifications" must
be added to the settings.plist file in order to enable use of this callback. */
/* A style that has a variety for each appearance type will never receive a callback.
Those styles will have the best variety automatically selected by Textual and the
style will be reloaded to refresh the view. */
Textual.appearanceDidChange = function(changedTo) {};
/* *********************************************************************** */