Import functionality for wino accounts, calendar sync UI, bunch of shell improvements
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace Wino.Core.Domain.Models.Accounts;
|
||||
|
||||
public sealed record WinoAccountSyncSelection(
|
||||
bool IncludePreferences = true,
|
||||
bool IncludeAccounts = true);
|
||||
Reference in New Issue
Block a user