[connect] utils function
This commit is contained in:
parent
825d1b3bc2
commit
5701aea255
3 changed files with 16 additions and 2 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue