From 217da934a363bd96321f6678066292e90ff17404 Mon Sep 17 00:00:00 2001 From: Buckminsterfullerene02 Date: Wed, 29 May 2024 17:50:53 +0100 Subject: [PATCH] fix: liveview description --- docs/feature-overview/live-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature-overview/live-view.md b/docs/feature-overview/live-view.md index b377bc5fc..6bb0f2c54 100644 --- a/docs/feature-overview/live-view.md +++ b/docs/feature-overview/live-view.md @@ -22,7 +22,7 @@ You can right-click the search bar to show options. |--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Refresh search | Refreshes the search results. | | Save filters | Saves the current search filters to `working directory/liveview/filters.meta.json`. Saved filters are loaded when the game is next launched. | -| Apply when not searching | Changes the search results automatically, otherwise, you need to press refresh settings. | +| Apply when not searching | Applies the filters while not searching for any objects by name. | | Include inheritance | Includes any child objects of any search results. | | Instances only | Only includes object instances. These are objects present in the level as part of actors (actors themselves, widgets, components etc.), and their properties are a reflection of the real-time values. Examples include `_C` or `_C_`. | | Non-instances only | Only includes the default state of object packages, which are loaded in memory but are not present in the level. You cannot change the values of these properties. |