You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor debug system, improve error handling, and enhance internationalization
- Remove function name parameter from Debug() calls and auto-detect caller
- Adjust log levels for consistency (VERBOSE for internal ops, INFO for user actions)
- Fix ShowOverlayMessage calls to use correct argument signatures
- Add new translation keys for UI operations and error messages
- Improve error handling with proper return statements and validation
- Enhance function call consistency across Zoom window operations
- Update overlay message handling for better user experience
$TRANSLATIONS_EN.Add("POST_MEETING_HIT_KEY_TEXT", "Are you ready to apply post-meeting settings? Press ENTER when the prayer is over to apply them, or ESC to cancel.")
$TRANSLATIONS_EN.Add("POST_MEETING_HIT_KEY", "Are you ready to apply post-meeting settings? Press ENTER when the prayer is over to apply them, or ESC to cancel.")
0 commit comments