diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 13:14:36 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 13:14:36 +0200 |
| commit | df780f6aa210f0916323dd3eb925d762dbb0769d (patch) | |
| tree | 6a23d3845a14c1b61052e47841b846058420650e /extension | |
| parent | f2197687e18eb129fcf25462943aa75972560579 (diff) | |
Modernize GLib and D-Bus integrations
Diffstat (limited to 'extension')
| -rw-r--r-- | extension/extension.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/extension.js b/extension/extension.js index 00ce517..465e7db 100644 --- a/extension/extension.js +++ b/extension/extension.js @@ -160,7 +160,6 @@ class Indicator extends PanelMenu.Button { this._proxy[`${method}Remote`]((_result, error) => { if (error) { console.error(`Parley ${method} failed: ${error.message}`); - Main.notifyError('Parley', error.message); } }); } |
