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
MTP: Show toast on device connect, move settings to own section
- Sticky toast on MTP device connect: shows device name, explains ptpcamerad suppression (macOS), with "Don't show again" checkbox, OK, and "Disable MTP..." button
- New `fileOperations.mtpConnectionWarning` setting controls whether the toast appears
- Move MTP settings from General > File operations to General > MTP (new section)
- New `SettingCheckbox` component (Ark UI headless, less prominent than switch)
- Add `deviceName` to `mtp-device-connected` backend event payload
- Remove old ptpcamerad suppressed/restored string toasts (subsumed by connection toast)
- Remove dead `onPtpcameradSuppressed`/`onPtpcameradRestored` exports
- Fix ESLint complexity in `VolumeBreadcrumb.svelte` (extract `handleDropdownKey`)
0 commit comments