RelinkDialog: Show something different when primary device

This commit is contained in:
Scott Nonnenberg
2026-04-28 23:54:53 +10:00
committed by GitHub
parent d791bb880c
commit 4b79efa033
14 changed files with 183 additions and 48 deletions
+1 -1
View File
@@ -1486,7 +1486,7 @@ type WritableInterface = {
resetProtectedAttachmentPaths: () => void;
removeAll: () => void;
removeAllConfiguration: () => void;
removeAllConfiguration: (isPrimary: boolean) => void;
eraseStorageServiceState: () => void;
insertJob(job: Readonly<StoredJob>): void;