mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
fix hide behaviour for potential testers
This commit is contained in:
@@ -230,7 +230,7 @@ function AnnouncementModal({
|
||||
<DialogButton onClick={() => closeModal?.()}>Close</DialogButton>
|
||||
<DialogButton
|
||||
onClick={() => {
|
||||
// onHide();
|
||||
onHide();
|
||||
closeModal?.();
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user