diff --git a/Elwig/Dialogs/UpdateDialog.xaml b/Elwig/Dialogs/UpdateDialog.xaml index 570c656..58ea9f7 100644 --- a/Elwig/Dialogs/UpdateDialog.xaml +++ b/Elwig/Dialogs/UpdateDialog.xaml @@ -5,9 +5,10 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" ResizeMode="NoResize" ShowInTaskbar="False" Topmost="True" WindowStartupLocation="CenterOwner" - Title="Neues Update verfügbar - Elwig" Height="180" Width="400"> + Title="Neues Update verfügbar - Elwig" Height="190" Width="400" + Closed="OnClosed"> - Version 0.0.0 von Elwig ist verfügbar! (Änderungen) @@ -20,12 +21,12 @@ HorizontalAlignment="Center" VerticalAlignment="Center" Height="27" Width="300" SnapsToDevicePixels="True"/> -