fix: using random user agent for how long to beat

This commit is contained in:
Hydra 2024-05-03 10:13:07 +01:00
parent 5ae7815e03
commit 590ead9643
No known key found for this signature in database
6 changed files with 509 additions and 359 deletions

View file

@ -26,8 +26,9 @@ export function DODIInstallationGuide({
const handleClose = () => {
if (dontShowAgain) {
window.localStorage.setItem(DONT_SHOW_DODI_INSTRUCTIONS_KEY, "1");
onClose();
}
onClose();
};
return (

View file

@ -43,8 +43,9 @@ export function OnlineFixInstallationGuide({
const handleClose = () => {
if (dontShowAgain) {
window.localStorage.setItem(DONT_SHOW_ONLINE_FIX_INSTRUCTIONS_KEY, "1");
onClose();
}
onClose();
};
return (