fix: mark window ready after adapter created

This commit is contained in:
Ashley Wulber 2026-03-30 15:31:39 -04:00 committed by Ashley Wulber
parent 3b7f0bec0e
commit 5fa8b72a21
2 changed files with 21 additions and 6 deletions

View file

@ -82,7 +82,8 @@ where
theme_mode,
default_theme,
style,
ready: true,
ready: cfg!(not(feature = "a11y")),
}
}