Fixing notification actions.

This commit is contained in:
Burak Kaan Köse
2024-06-13 22:48:33 +02:00
parent 4c080360a7
commit 545880dcce
3 changed files with 13 additions and 19 deletions

View File

@@ -9,6 +9,7 @@
public const string LocalDraftStartPrefix = "localDraft_";
public const string ToastMailItemIdKey = nameof(ToastMailItemIdKey);
public const string ToastMailItemRemoteFolderIdKey = nameof(ToastMailItemRemoteFolderIdKey);
public const string ToastActionKey = nameof(ToastActionKey);
}
}