global-config: drop $ScriptUpdatesConfigChangesIgnore

Comment or remove $GlobalConfigVersion in global-config-overlay
to disable change notifications.
This commit is contained in:
Christian Hesse 2020-02-04 20:19:46 +01:00
parent 03af7d6d9c
commit b5f4c2c87e
5 changed files with 6 additions and 8 deletions

View file

@ -6,7 +6,8 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
:global GlobalConfigVersion 11;
# Comment or remove to disable change notifications.
:global GlobalConfigVersion 12;
# The global-config script is updated by script-updates,
# global-config-overlay becomes an overlay for your changes.