Don't refresh the page when signature has changed

This commit is contained in:
redphx 2024-05-03 08:55:55 +07:00
parent ea57e04d4f
commit 6ff81971b0

View File

@ -616,13 +616,9 @@ class PatcherCache {
// Clear cache
window.localStorage.setItem(PatcherCache.#KEY_CACHE, '{}');
// Save new signature
window.localStorage.setItem(PatcherCache.#KEY_SIGNATURE, currentSig.toString());
// Refresh page
// @ts-ignore
window.location.reload(true);
} else {
BxLogger.info(LOG_TAG, 'Signature unchanged');
}