mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-14 01:25:36 -05:00
Move appearance menu to tray icon
This commit is contained in:
@@ -73,17 +73,6 @@ namespace FloatingStatusWindowLibrary
|
||||
HtmlLabel.Text = "Testing";
|
||||
}
|
||||
|
||||
private void HandleChangeAppearanceMenuClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var appearanceWindow = new AppearanceWindow(_windowSettings);
|
||||
appearanceWindow.ShowDialog();
|
||||
}
|
||||
|
||||
private void HandleSettingsButtonClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
SettingsButton.ContextMenu.IsOpen = true;
|
||||
}
|
||||
|
||||
protected override void OnLocationChanged(EventArgs e)
|
||||
{
|
||||
base.OnLocationChanged(e);
|
||||
|
||||
Reference in New Issue
Block a user