extensions-app: Use new adaptive dialogs
We already fulfill all prerequisites of the new adaptive dialogs, so the port is straight-forward and painless. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3148>
This commit is contained in:
@ -50,7 +50,7 @@ export const ExtensionRow = GObject.registerClass({
|
||||
name: 'uninstall',
|
||||
activate: () => {
|
||||
this._detailsPopover.popdown();
|
||||
this.get_root().uninstall(extension);
|
||||
this.get_root().uninstall(extension).catch(logError);
|
||||
},
|
||||
enabledProp: 'is-user',
|
||||
},
|
||||
|
Reference in New Issue
Block a user