feat(ui): chromeless three-island shell

This commit is contained in:
mika kuns
2026-04-20 10:17:20 +02:00
parent 8909119d1b
commit 05404f46f2
9 changed files with 97 additions and 159 deletions

View File

@@ -22,7 +22,7 @@ public partial class App : Application
{
desktop.MainWindow = new MainWindow
{
DataContext = Services.GetRequiredService<MainWindowViewModel>(),
DataContext = Services.GetRequiredService<IslandsShellViewModel>(),
};
}