do not show settings sync off badge if settings sync is enabled

This commit is contained in:
Sandeep Somavarapu
2021-07-28 14:41:30 +02:00
parent bedf59228c
commit 92381bc7c9
2 changed files with 5 additions and 2 deletions

View File

@@ -447,6 +447,9 @@ async function handleRoot(req, res) {
},
selection,
}]
} : undefined,
settingsSyncOptions: args['enable-sync'] ? {
enabled: true
} : undefined
};
if (args['wrap-iframe']) {