Show error message at start up if we cannot resolve critical domains. Fixes #15

This commit is contained in:
2025-10-08 15:12:22 -05:00
parent 71047ce9e8
commit d67ffa14a3
2 changed files with 37 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ class W3DHub
stack(width: 1.0, height: 46, padding: 8) do
button "Okay", width: 1.0 do
pop_state
@options[:accept_callback]&.call
end
end
end