summaryrefslogtreecommitdiff
path: root/docs/guide/settings.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-02-26 15:29:42 -0500
committerJordan Wiens <jordan@psifertex.com>2024-02-26 15:29:42 -0500
commit86686b2901cba24a10fe77f570ad91a222b859a8 (patch)
tree348868989067402a9b6b81eec36a03a31a2c4d28 /docs/guide/settings.md
parentfb7bef063f982495e2b23a115c34ead37b449483 (diff)
change warning icons on tips to tips
Diffstat (limited to 'docs/guide/settings.md')
-rw-r--r--docs/guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md
index 02284f73..a4c2ef55 100644
--- a/docs/guide/settings.md
+++ b/docs/guide/settings.md
@@ -20,7 +20,7 @@ There are several scopes available for settings:
* **Project Settings** - Settings which only apply if a project is opened. These settings are stored in `.binaryninja/settings.json` within a Project Folder. Project Folders can exist anywhere except within the User Folder. These settings apply to all files contained in the Project Folder and override the default and user settings. In order to activate this feature, select the Project Settings tab and a clickable "Open Project" link will appear at the top right of the view. Clicking this will create `.binaryninja/settings.json` in the folder of the currently selected binary view. If it already exists, this link will be replaced with the path of the project folder.
* **Resource Settings** - Settings which only apply to a specific BinaryView object within a file. These settings persist in a Binary Ninja Database (.bndb) database or ephemerally in a BinaryView object if a database does not yet exist for a file.
-???+ Warning "Tip"
+???+ Info "Tip"
Both the _Project_ and _Resource_ tabs have a drop down indicator (▾) that can be clicked to select the project or resource whose settings you want to adjust.
All settings are uniquely identified with an identifier string. Identifiers are available in the settings UI via the context menu and are useful for finding settings using the search box and for [programmatically](https://api.binary.ninja/binaryninja.settings-module.html) interacting with settings.