diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-02-18 18:06:37 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-02-18 18:06:37 -0500 |
| commit | 5d0b328b1e320b540821342b536927609b055136 (patch) | |
| tree | 38a6111cbe60f6d309fecf7b7d362bc2fa86227b /docs/guide/index.md | |
| parent | f24743073cce6436fff3d14b987a78c33ce753aa (diff) | |
add documentation for BN_QSETTINGS_POSTFIX
Diffstat (limited to 'docs/guide/index.md')
| -rw-r--r-- | docs/guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index 9f584ba8..fb07c2d2 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -63,7 +63,7 @@ The following files and folders may be created in the user folder but are not cr ### QSettings Locations -Some settings such as window locations, saved checkboxes, recent file lists, disassembly settings, dialog histories are stored in `QSettings`. +Some settings such as window locations, saved checkboxes, recent file lists, disassembly settings, dialog histories are stored in `QSettings`. Note that the `BN_QSETTINGS_POSTFIX` environment variable can be used to temporarily use a different QSetting file which is useful for different profiles or testing purposes. If you ever have the need to flush these, you can find the install locations as described in the [QT documentation](https://doc.qt.io/qt-6/qsettings.html#platform-specific-notes). |
