From 99eadb6499fe113dc6daf8c6e7ed402aa5738f3b Mon Sep 17 00:00:00 2001 From: Tumppi066 <83072683+Tumppi066@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:49:01 +0300 Subject: [PATCH] Fix typo --- Developers/plugin_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developers/plugin_development.md b/Developers/plugin_development.md index 73825f7..52a598f 100644 --- a/Developers/plugin_development.md +++ b/Developers/plugin_development.md @@ -726,7 +726,7 @@ class Plugin(ETS2LAPlugin): ... ``` !!! Note -The settings don't get updated, but any changes will be saved and reflected in the UI. You just can't change the layout or values after the app has started. +The settings get updated, and any changes will be saved and reflected in the UI. You just can't change the layout or values after the app has started. !!! ==- `dynamic: True` In this mode the settings menu is updated in real time as long as the plugin is enabled. This way you can make interactive menus that show their status as it changes.