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(macos): add macOS support for deep links and background sync
- Make tauri-plugin-frame conditional on Windows only
- Add deep-link://new-url event listener for macOS OAuth callbacks
- Register cloudreve:// URL scheme via tauri.conf.json deep-link config
- Move initial sync to background so add_drive returns immediately
- Add HTTP request timeout to prevent indefinite hangs during sync
0 commit comments