diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-09-23 09:40:02 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-09-23 09:40:28 +0200 |
commit | 10a20bf7700e3d59f8e2ce3d4eaebf472d1754ce (patch) | |
tree | 923df0d0321cf69e967d7832bd17c246b4e4228d /doc | |
parent | aeed345c9bade5d52a3fbf0a943203f6c82e6344 (diff) | |
parent | 723aa1b8752c1d6c6c0a76059c532ebe2f406fc1 (diff) |
Merge #11338: qt: Backup former GUI settings on `-resetguisettings`
723aa1b qt: Backup former GUI settings on `-resetguisettings` (Wladimir J. van der Laan)
Pull request description:
Writes the GUI settings to `guisettings.bak` in the data directory before wiping them. This can be used to retroactively troubleshoot issues (e.g. #11262) where `-resetguisettings` solves the problem.
(as discussed in yesterday's IRC meeting)
Tree-SHA512: c64f5052d992eb02057ba285435f143c42d0cc456144a4c565e1c87be833737f9df750d0aee10810f85047c820d9b4f9f22fd94a6f09f4b28a9cf41b63a56586
Diffstat (limited to 'doc')
-rw-r--r-- | doc/files.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/files.md b/doc/files.md index 928977143b..3d603445fb 100644 --- a/doc/files.md +++ b/doc/files.md @@ -15,6 +15,7 @@ * wallet.dat: personal wallet (BDB) with keys and transactions * .cookie: session RPC authentication cookie (written at start when cookie authentication is used, deleted on shutdown): since 0.12.0 * onion_private_key: cached Tor hidden service private key for `-listenonion`: since 0.12.0 +* guisettings.ini.bak: backup of former GUI settings after `-resetguisettings` is used Only used in pre-0.8.0 --------------------- |