modalDialog: Remove timestamp parameter from open()

It is now unused.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3195>
This commit is contained in:
Florian Müllner
2024-02-17 00:07:36 +01:00
committed by Marge Bot
parent 0ae285cc82
commit 3f72a04a1b
5 changed files with 7 additions and 7 deletions

View File

@ -66,7 +66,7 @@ export async function installExtension(uuid, invocation) {
}
const dialog = new InstallExtensionDialog(uuid, info, invocation);
dialog.open(global.get_current_time());
dialog.open();
}
/**