mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-21 23:29:11 +01:00
RelinkDialog: Show something different when primary device
This commit is contained in:
@@ -1486,7 +1486,7 @@ type WritableInterface = {
|
||||
resetProtectedAttachmentPaths: () => void;
|
||||
|
||||
removeAll: () => void;
|
||||
removeAllConfiguration: () => void;
|
||||
removeAllConfiguration: (isPrimary: boolean) => void;
|
||||
eraseStorageServiceState: () => void;
|
||||
|
||||
insertJob(job: Readonly<StoredJob>): void;
|
||||
|
||||
Reference in New Issue
Block a user