-
- Downloads
Refactor config dictionary references in drawing.py
The reference to the config dictionary has been refactored for better organization in the drawing.py file. Previously, key-value pairs were directly accessed from the config dictionary, now they are accessed from a nested dictionary under the "Gui" key. This change aims to improve code clarity and manageability.
Loading
Please register or sign in to comment