From a6995a3892470717486bc6e910d742476bdc8149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 31 May 2022 12:59:56 +0200 Subject: [PATCH] runDialog: Pass context to Meta.restart() Part-of: --- js/ui/runDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js index 2fda4e208..037d1cb43 100644 --- a/js/ui/runDialog.js +++ b/js/ui/runDialog.js @@ -240,7 +240,7 @@ class RunDialog extends ModalDialog.ModalDialog { } this._shouldFadeOut = false; this.close(); - Meta.restart(_("Restarting…")); + Meta.restart(_('Restarting…'), global.context); } open() {