feat: window hide binding

This commit is contained in:
tux
2025-06-29 02:44:10 +05:30
parent 85c914d65b
commit 5ecc3d68ef
2 changed files with 8 additions and 3 deletions

View File

@@ -164,4 +164,9 @@ public partial class MainWindow : Window
}
}
}
private void HideBtnClick(object? sender, RoutedEventArgs e)
{
Hide();
}
}