Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppi066 committed Oct 25, 2024
1 parent 3be2b93 commit 99eadb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Developers/plugin_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 99eadb6

Please sign in to comment.