[Bug]: Screenshot path handling ignores in-memory config #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Screenshot saving re-reads the config file from disk instead of using the current in-memory config state.
Current code
Why this is a bug
If the screenshot directory is changed in the Config tab but not yet reloaded from disk, screenshot saving can still use the old path.
That means the live application state and the actual save destination can drift apart.
Fix approach
Use the active in-memory config object instead:
This keeps screenshot saving aligned with the current runtime configuration.
Status
Local fix already implemented in the current v0.2 working copy.
Still needs commit, push, and hardware verification before closing.
Screenshot path handling ignores in-memory configto [Bug]: Screenshot path handling ignores in-memory config