extensions-app: Allow closing window with ctrl+w

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3577>
This commit is contained in:
Maximiliano Sandoval 2024-12-24 10:14:39 +01:00 committed by Marge Bot
parent e1be874a5f
commit 50ce1fcee7

View File

@ -41,6 +41,7 @@ class Application extends Adw.Application {
}]);
this.set_accels_for_action('app.quit', ['<Primary>q']);
this.set_accels_for_action('window.close', ['<Primary>w']);
this._extensionManager = new ExtensionManager();