From 64459595edc5ba82e76e9c82691e6a127d4142fd Mon Sep 17 00:00:00 2001 From: SoundDrill31 <84176052+sounddrill31@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:16:07 +0530 Subject: [PATCH] Add crash to known issues section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b772f90..84a2cc3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Simple C# App built using Avalonia UI. It checks the letters in the string enter > Note, Linux users can not yet take advantage of this due to limitations of X11. The code will run and the window will still work on Linux, but the full effect will not be realised. - No Native Wayland support is available - Mac, Android, iOS, Web support is broken/untested +- Clicking on the button before entering the string crashes the app ## Credits - [Dan Walmsley](https://github.com/danwalmsley) for the [Music Store App Guide](https://docs.avaloniaui.net/docs/0.10.x/tutorials/music-store-app/) - [Joel Paul](https://github.com/Jack-Pots) for helping me out in-person