From: Will Budic Date: Tue, 28 Nov 2023 17:46:12 +0000 (+1100) Subject: Added comment for store synch change values. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=1041b023f654e7dad49a081e623de54d5e18fd81;p=PerlCNF.git Added comment for store synch change values. --- diff --git a/system/modules/ClassicAppSettings.pm b/system/modules/ClassicAppSettings.pm index 2c82ef3..d42822c 100644 --- a/system/modules/ClassicAppSettings.pm +++ b/system/modules/ClassicAppSettings.pm @@ -77,6 +77,8 @@ sub setConstant($this, $config, $CONSTANT){ # APP_SETTINGS_SYNC == 3 - Scripted setting changed from default. # APP_SETTINGS_SYNC == 4 - Constance not programatically properly wired. # APP_SETTINGS_SYNC == 5 - Constance synched in, can't be changed with store synch. +# APP_SETTINGS_SYNC == 6 - Added new during store synch. +# APP_SETTINGS_SYNC == 7 - Changed from scipt default during store synch.. ## sub setup_with($this, $config, %constants){