Fix: ServiceWorkerの設定がUIで有効にならない (#4620)
This commit is contained in:
parent
26cc49eb69
commit
e51e1d2b09
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ export default define(meta, async (ps, me) => {
|
|||
enableTwitterIntegration: instance.enableTwitterIntegration,
|
||||
enableGithubIntegration: instance.enableGithubIntegration,
|
||||
enableDiscordIntegration: instance.enableDiscordIntegration,
|
||||
|
||||
enableServiceWorker: instance.enableServiceWorker,
|
||||
};
|
||||
|
||||
if (ps.detail) {
|
||||
|
|
Loading…
Reference in a new issue