mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-23 08:01:03 +05:30
feat: window hide binding
This commit is contained in:
@@ -164,4 +164,9 @@ public partial class MainWindow : Window
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void HideBtnClick(object? sender, RoutedEventArgs e)
|
||||
{
|
||||
Hide();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user