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
fix(data-transfer): improve file path handling in setting helper
- Extract only the filename part from the full path to support both
relative and absolute path formats
- Use QFileInfo to properly handle path separators across different
platforms
- Replace complex string manipulation with more robust file name
extraction logic
0 commit comments