fix: patch bitcoin receive and full-screen launch overlays

This commit is contained in:
archipelago
2026-06-12 04:42:23 -04:00
parent b11c6c17d1
commit 8d4b309753
7 changed files with 67 additions and 44 deletions
@@ -63,6 +63,7 @@ pub(super) fn sanitize_error_message(msg: &str) -> String {
"Failed to start",
"Container",
"Image",
"Bitcoin address",
];
for prefix in &user_facing_prefixes {
if msg.starts_with(prefix) {