aboutsummaryrefslogtreecommitdiffstats
path: root/WarframeClock/StandaloneOverlayWindow.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WarframeClock/StandaloneOverlayWindow.xaml.cs')
-rw-r--r--WarframeClock/StandaloneOverlayWindow.xaml.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/WarframeClock/StandaloneOverlayWindow.xaml.cs b/WarframeClock/StandaloneOverlayWindow.xaml.cs
index df929cd..06cbb47 100644
--- a/WarframeClock/StandaloneOverlayWindow.xaml.cs
+++ b/WarframeClock/StandaloneOverlayWindow.xaml.cs
@@ -53,5 +53,10 @@ namespace WarframeClock
if (e.LeftButton == MouseButtonState.Pressed)
DragMove();
}
+
+ private void MenuItem_Click(object sender, RoutedEventArgs e)
+ {
+ Close();
+ }
}
}