Cleanup encryption dialog (#21058)

* Cleanup encryption dialog

* reorder
This commit is contained in:
Charles Gagnon
2022-11-01 11:43:04 -07:00
committed by GitHub
parent a967e90d4c
commit 05841fc0d6
2 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ export class ErrorMessageDialog extends Modal {
@IContextKeyService contextKeyService: IContextKeyService,
@ILogService logService: ILogService,
@ITextResourcePropertiesService textResourcePropertiesService: ITextResourcePropertiesService,
@IOpenerService private readonly _openerService?: IOpenerService
@IOpenerService private readonly _openerService: IOpenerService
) {
super('', TelemetryKeys.ModalDialogName.ErrorMessage, telemetryService, layoutService, clipboardService, themeService, logService, textResourcePropertiesService, contextKeyService, { dialogStyle: 'normal', hasTitleIcon: true });
this._okLabel = localize('errorMessageDialog.ok', "OK");