mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
fix: ignore the D-Bus proxy callback after disable
This commit is contained in:
parent
7abd247247
commit
189a52798b
1 changed files with 1 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ export default class StrataExtension extends Extension {
|
|||
BUS_NAME,
|
||||
OBJECT_PATH,
|
||||
(proxy, error) => {
|
||||
if (this._shuttingDown || proxy !== this._proxy) return;
|
||||
if (error) {
|
||||
logError('D-Bus proxy error', error);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue