diff --git a/SPTInstaller/App.axaml b/SPTInstaller/App.axaml index 94f1bf0..5a734ba 100644 --- a/SPTInstaller/App.axaml +++ b/SPTInstaller/App.axaml @@ -2,6 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:SPTInstaller" x:Class="SPTInstaller.App" + xmlns:dialogHostAvalonia="clr-namespace:DialogHostAvalonia;assembly=DialogHost.Avalonia" RequestedThemeVariant="Light"> @@ -9,6 +10,7 @@ + diff --git a/SPTInstaller/CustomControls/Dialogs/ConfirmationDialog.axaml b/SPTInstaller/CustomControls/Dialogs/ConfirmationDialog.axaml new file mode 100644 index 0000000..572110f --- /dev/null +++ b/SPTInstaller/CustomControls/Dialogs/ConfirmationDialog.axaml @@ -0,0 +1,28 @@ + + + +