File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ Application x:Class="BionicCode.BionicNuGetDeploy.Main.App"
616
616
xmlns : dialog =" clr-namespace:BionicUtilities.Net.Dialog;assembly=BionicUtilities.Net"
617
617
mc : Ignorable =" d"
618
618
Title =" MainWindow"
619
- dialog: Dialog.DialogDataContext=" {Binding DialogViewModel}" >
619
+ Dialog.DialogDataContext=" {Binding DialogViewModel}" >
620
620
</Window >
621
621
```
622
622
@@ -807,7 +807,10 @@ Application x:Class="BionicCode.BionicNuGetDeploy.Main.App"
807
807
xmlns : dialog =" clr-namespace:BionicUtilities.Net.Dialog;assembly=BionicUtilities.Net"
808
808
mc : Ignorable =" d"
809
809
Title =" MainWindow"
810
- dialog:Dialog.DialogDataContext=" {Binding DialogViewModel}" >
810
+ Dialog.DialogDataContext=" {Binding DialogViewModel}"
811
+ Dialog.DialogDataContext=" {Binding DialogViewModel}"
812
+ Dialog.IsModal=" True"
813
+ Dialog.IsClosable=" False" >
811
814
</Window >
812
815
```
813
816
You can’t perform that action at this time.
0 commit comments