This commit is contained in:
Sandeep Somavarapu
2020-06-09 13:21:30 +02:00
parent 8f70ac449e
commit d50b795e6b
8 changed files with 80 additions and 37 deletions

View File

@@ -28,7 +28,7 @@ export interface IUserDataSyncWorkbenchService {
turnOn(): Promise<void>;
turnoff(everyWhere: boolean): Promise<void>;
pickAccount(): Promise<void>;
signIn(): Promise<void>;
}
export function getSyncAreaLabel(source: SyncResource): string {