-
v0.3.1 - startup crash fix Stable
released this
2026-05-15 21:04:20 +09:00 | 4 commits to main since this releaseFix AttributeError on startup (gui.py:401).
ScreenshotFrame was reading slot_var via master.master, which after the v0.3.0 layout refactor pointed at an inner Frame instead of the App. Changed to winfo_toplevel().slot_var so the lookup always reaches App. Without this fix run.py crashed immediately with:
AttributeError: 'Frame' object has no attribute 'slot_var'.Downloads