Fixes a scroll error in the packaged Linux build.
Changes
- Scrolling in the config editor no longer raises an internal error: the packaged v1.1.0 build shipped a newer customtkinter whose API changed under a Linux compatibility patch. The patch now applies only where it is needed, and the dependency is pinned so a release build cannot silently pick up an untested major version again.