Skip to content

Commit f1656fa

Browse files
authored
Update README.md
1 parent ac5dbd8 commit f1656fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AvaloniaDialogHelper!
1+
# Avalonia Dialog Helper
22

33
You can't do just Window1.ShowDialog(this) to show a dialog in MVVM . There are workarounds, such as accessing the MainWindow with Application.Current... but this approach is not recommended when using MVVM.
44
This code generator assists you in creating a dialog in Avalonia (v11) with MVVM. It sumarizes the steps in the [documentation](https://docs.avaloniaui.net/docs/next/tutorials/music-store-app/opening-a-dialog#show-dialog).

0 commit comments

Comments
 (0)