ein paar änderungen in XAML (fix bug)

This commit is contained in:
younes elhaddoury
2026-01-29 13:34:07 +01:00
parent 258fbd17e6
commit 53a1e036e1
4 changed files with 110 additions and 113 deletions

View File

@@ -17,7 +17,7 @@ namespace SkyTeam
{
_isDark = true;
DarkModeToggle.Content = "An";
// Apply dark theme to parent window
if (Window.GetWindow(this) is MainWindow mainWindow)
{
mainWindow.Background = Brushes.Black;