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
Behavior:
- If search_checkbox is checked, bypasses all validation and appends the clipboard text as-is.
Otherwise:
- Valid format (#12345 or 12345 with 1-7 digits).
- Prevents duplicates (e.g., #12345 and 12345 are considered the same).
- Appends new text with a single space separating IDs.
Bug Fixes
Base path for settings.ini is now set based on if it's being run as executable or not.