Files
hacksider-Deep-Live-Cam/modules
Lauri Gates a1722c7b2e fix(ui): patch CTkOptionMenu for Tk 9.0 compatibility
In Tk 9.0, Menu.index("end") returns "" instead of raising TclError
on empty menus. CustomTkinter's DropdownMenu._add_menu_commands
doesn't handle this case, causing a crash when creating CTkOptionMenu
widgets (e.g., the camera selector dropdown).

Add a monkey-patch that guards against the empty-string return value.
2026-02-22 11:59:51 +02:00
..
2026-02-12 19:44:04 +08:00
2025-05-13 00:14:49 +08:00
2026-02-12 19:44:04 +08:00
2024-09-10 05:40:55 +05:30
2026-02-06 22:20:08 +08:00
2025-10-12 22:33:09 +08:00
2025-01-07 14:04:18 +08:00
2025-12-15 04:54:42 +08:00
2026-02-12 19:44:04 +08:00
2026-02-10 12:23:28 +08:00
2026-02-12 19:44:04 +08:00
2025-10-12 22:33:09 +08:00
2025-10-12 22:33:09 +08:00
2023-09-24 21:36:57 +08:00
2024-09-19 17:38:02 +08:00
2026-02-06 22:20:08 +08:00
2024-12-16 18:41:39 +05:30