notifyEvenLatest

This commit is contained in:
josc146
2023-05-21 09:48:10 +08:00
parent b8f7582513
commit 82775deacb
3 changed files with 8 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ export const Settings: FC = observer(() => {
autoUpdatesCheck: data.checked
});
if (data.checked)
checkUpdate();
checkUpdate(true);
}}/>
}/>
</div>