summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeebles <102569435+beebls@users.noreply.github.com>2025-09-26 16:26:40 -0600
committerBeebles <102569435+beebls@users.noreply.github.com>2025-09-26 16:26:40 -0600
commit86d01db2b9416cf0d91b7396af07e7029ae98140 (patch)
tree9559a096fda31c295b62fad537bd6d29a0f39168
parent50cb08cce9196da9bea6ab83cef44db4634f4bd9 (diff)
downloaddecky-loader-beebls/motd.tar.gz
decky-loader-beebls/motd.zip
fix hide behaviour for potential testersbeebls/motd
-rw-r--r--frontend/src/components/AnnouncementsDisplay.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/AnnouncementsDisplay.tsx b/frontend/src/components/AnnouncementsDisplay.tsx
index bbddc870..db7d109c 100644
--- a/frontend/src/components/AnnouncementsDisplay.tsx
+++ b/frontend/src/components/AnnouncementsDisplay.tsx
@@ -230,7 +230,7 @@ function AnnouncementModal({
<DialogButton onClick={() => closeModal?.()}>Close</DialogButton>
<DialogButton
onClick={() => {
- // onHide();
+ onHide();
closeModal?.();
}}
>