[connect] utils function

This commit is contained in:
child_duckling 2022-05-01 20:39:07 -07:00
parent 825d1b3bc2
commit 5701aea255
3 changed files with 16 additions and 2 deletions

View file

@ -289,7 +289,7 @@ export class Store {
}
pushToCloud(): void {
static pushToCloud(): void {
if (Store.cfg.get('connectUser.auth') === null) return;
var syncData = Object();
if (Store.cfg.get('connectUser.sync.themes')) {