Доработан Docking

This commit is contained in:
2026-01-27 05:17:35 +03:00
parent 33abd94f6e
commit 584df249f6
99 changed files with 2270 additions and 12792 deletions

View File

@@ -21,7 +21,7 @@ public partial class App : Application
themeManager.RegisterTheme(new FluentThemePack(true)); // Dark тема
// Применяем тему по умолчанию
themeManager.ApplyTheme("Fluent");
themeManager.ApplyTheme("Fluent Dark");
// Создаем главное окно
_window = new MainWindow();