From 0c5a6c2a7fbbea4d0fde5979523aae7fc2d440e5 Mon Sep 17 00:00:00 2001 From: henryharrod Date: Tue, 10 Sep 2024 14:13:30 +0100 Subject: [PATCH] FA-605: Add asterisk comment to update mode This PR adds a info comment regarding an asterisk before a plugin name when a pending update is present for a given plugin. --- .../version-1.2.0/transform.client/cuelists/update-modes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versioned_docs/version-1.2.0/transform.client/cuelists/update-modes.md b/versioned_docs/version-1.2.0/transform.client/cuelists/update-modes.md index d36afd4..1e6a034 100644 --- a/versioned_docs/version-1.2.0/transform.client/cuelists/update-modes.md +++ b/versioned_docs/version-1.2.0/transform.client/cuelists/update-modes.md @@ -33,3 +33,9 @@ You then have two choices: * **Discard Changes**: by clicking on the Discard icon, all pending changes will be discarded, and the previously-saved Cue data will be restored. If there is no previously-saved Cue data, the pending changes are simply discarded, but the Plugin Instances are unchanged. + +:::info + +If a plugin instance has a Pending Update that's not yet saved/discarded, an asterisk (*) is shown before the name in the Home tab. + +:::