Some shell/ themes improvements

This commit is contained in:
Burak Kaan Köse
2025-09-29 19:09:48 +02:00
parent f6bf080c9e
commit 2bec513d2c
7 changed files with 84 additions and 85 deletions
@@ -6,6 +6,7 @@ namespace Wino.Core.WinUI.Interfaces;
public interface IWinoShellWindow
{
void HandleAppActivation(LaunchActivatedEventArgs args);
Microsoft.UI.Xaml.Controls.TitleBar GetTitleBar();
TitleBar GetTitleBar();
Frame GetMainFrame();
FrameworkElement GetRootContent();
}