refactor(frontend): rename pizzax fields
This commit is contained in:
parent
16ad6b3f6c
commit
08f7e7d9b3
50 changed files with 243 additions and 236 deletions
|
|
@ -65,7 +65,7 @@ let latestBackupAt = 0;
|
|||
|
||||
window.setInterval(() => {
|
||||
if ($i == null) return;
|
||||
if (!store.state.enablePreferencesAutoCloudBackup) return;
|
||||
if (!store.s.enablePreferencesAutoCloudBackup) return;
|
||||
if (document.visibilityState !== 'visible') return; // 同期されていない古い値がバックアップされるのを防ぐ
|
||||
if (profileManager.profile.modifiedAt <= latestBackupAt) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue