citadel #1

Closed
isa wants to merge 29 commits from citadel into citadel-45.0
Showing only changes of commit 1297d8dc30 - Show all commits

View File

@ -133,7 +133,10 @@ var ExtensionsService = class extends ServiceImplementation {
if (options.modal)
window.modal = options.modal.get_boolean();
window.connect('destroy', () => this.release());
window.connect('close-request', () => {
this.release();
return false;
});
this.hold();
window.show();