Improved shell experience.

This commit is contained in:
Burak Kaan Köse
2026-03-11 19:26:37 +01:00
parent 2b523d64e8
commit 9dd68fd62e
34 changed files with 717 additions and 217 deletions
+1 -1
View File
@@ -69,5 +69,5 @@ public interface IShellHost
{
bool HasShellContent { get; }
void ActivateMode(WinoApplicationMode mode, bool isInitialActivation);
void ActivateMode(WinoApplicationMode mode, ShellModeActivationContext activationContext);
}