Changes
- Added a paste button to the menu bar. (84a3b2df5fd457f05ef90bb420198af1511a18df)
- 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.