From 5d0b328b1e320b540821342b536927609b055136 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 18 Feb 2025 18:06:37 -0500 Subject: add documentation for BN_QSETTINGS_POSTFIX --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/index.md') 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). -- cgit v1.3.1