diff options
author | dartraiden <wowemuh@gmail.com> | 2018-06-18 18:43:08 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-06-18 18:43:27 +0300 |
commit | 0380fd10e7934563116b2eeaec5414778068cfaa (patch) | |
tree | e123f8474320083a8596fb3fde6209750097bd2e /docs/mirandaboot.ini | |
parent | 0fab62059653d4e5112a24f16dd2f86c712b3f27 (diff) |
add SilentUpgrade to mirandaboot.ini
Diffstat (limited to 'docs/mirandaboot.ini')
-rw-r--r-- | docs/mirandaboot.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/mirandaboot.ini b/docs/mirandaboot.ini index bf45aa91ee..23bd4360a5 100644 --- a/docs/mirandaboot.ini +++ b/docs/mirandaboot.ini @@ -42,6 +42,10 @@ AutoCreate=no ;if enabled, will store password into Windows Credential Manager
RememberPassword=0
+;SilentUpgrade
+;if enabled, will not show notification window about database upgrade
+SilentUpgrade=0
+
;AutoExec is a system for batch addition of multiple settings to the database.
;See https://github.com/miranda-ng/miranda-ng/blob/master/docs/autoexec_sample.ini for documentation.
[AutoExec]
|