mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 17:53:55 +00:00
fix: using random user agent for how long to beat
This commit is contained in:
@@ -26,8 +26,9 @@ export function DODIInstallationGuide({
|
||||
const handleClose = () => {
|
||||
if (dontShowAgain) {
|
||||
window.localStorage.setItem(DONT_SHOW_DODI_INSTRUCTIONS_KEY, "1");
|
||||
onClose();
|
||||
}
|
||||
|
||||
onClose();
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
@@ -43,8 +43,9 @@ export function OnlineFixInstallationGuide({
|
||||
const handleClose = () => {
|
||||
if (dontShowAgain) {
|
||||
window.localStorage.setItem(DONT_SHOW_ONLINE_FIX_INSTRUCTIONS_KEY, "1");
|
||||
onClose();
|
||||
}
|
||||
|
||||
onClose();
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user