- Fix for gmail calendar event creation.
- Proper junk API calls for gmail and outlook, not just moving the item. - Add ability to hide ai actions panel.
This commit is contained in:
@@ -9,6 +9,7 @@ public enum MailSynchronizerOperation
|
||||
CreateDraft,
|
||||
Send,
|
||||
ChangeFlag,
|
||||
ChangeJunkState,
|
||||
AlwaysMoveTo,
|
||||
MoveToFocused,
|
||||
Archive,
|
||||
|
||||
@@ -67,6 +67,11 @@ public interface IPreferencesService : INotifyPropertyChanged
|
||||
/// </summary>
|
||||
bool IsWinoAccountButtonHidden { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setting: Whether AI actions panels and their toggle buttons should be hidden.
|
||||
/// </summary>
|
||||
bool IsAiActionsPanelHidden { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setting: Default target language code used for AI translation actions.
|
||||
/// </summary>
|
||||
|
||||
@@ -736,6 +736,8 @@
|
||||
"SettingsAppPreferences_HideWinoAccountButton_Description": "Hide the title bar profile button that opens the Wino account flyout.",
|
||||
"SettingsAppPreferences_StoreUpdateNotifications_Title": "Store update notifications",
|
||||
"SettingsAppPreferences_StoreUpdateNotifications_Description": "Show notifications and footer actions when a Microsoft Store update is available.",
|
||||
"SettingsAppPreferences_HideAiActionsPanel_Title": "Hide AI actions panel",
|
||||
"SettingsAppPreferences_HideAiActionsPanel_Description": "Hide AI actions in the mail composer and reader.",
|
||||
"SettingsAppPreferences_AiActions_Title": "AI actions",
|
||||
"SettingsAppPreferences_AiActions_Description": "Choose default AI languages and where summaries should be saved.",
|
||||
"SettingsAppPreferences_AiDefaultTranslationLanguage_Title": "Default translation language",
|
||||
|
||||
Reference in New Issue
Block a user