mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 09:00:00 +02:00
refactor: Set Service pref if clicked in ZenThemeMarketplaceChild.sys.mjs
This commit is contained in:
parent
dba14de44c
commit
08d4f2b959
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
|
||||||
console.error("ZenThemeMarketplaceChild: Could not find theme-actions container");
|
console.error("ZenThemeMarketplaceChild: Could not find theme-actions container");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// Set Service pref here if clicked!
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue