- 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:
@@ -383,6 +383,12 @@ public class PreferencesService(IConfigurationService configurationService) : Ob
|
||||
set => SetPropertyAndSave(nameof(IsWinoAccountButtonHidden), value);
|
||||
}
|
||||
|
||||
public bool IsAiActionsPanelHidden
|
||||
{
|
||||
get => _configurationService.Get(nameof(IsAiActionsPanelHidden), false);
|
||||
set => SetPropertyAndSave(nameof(IsAiActionsPanelHidden), value);
|
||||
}
|
||||
|
||||
public string AiDefaultTranslationLanguageCode
|
||||
{
|
||||
get => _configurationService.Get(nameof(AiDefaultTranslationLanguageCode), "en-US");
|
||||
|
||||
Reference in New Issue
Block a user