Import functionality for wino accounts, calendar sync UI, bunch of shell improvements
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#nullable enable
|
||||
|
||||
namespace Wino.Core.Domain.Models.Navigation;
|
||||
|
||||
public sealed class ShellModeActivationContext
|
||||
{
|
||||
public bool IsInitialActivation { get; init; }
|
||||
public object Parameter { get; init; }
|
||||
public bool SuppressStartupFlows { get; init; }
|
||||
public object? Parameter { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user