Open AI Scribe from bottom bar button

This commit is contained in:
Théo Poizat
2025-12-04 17:12:24 +01:00
committed by Dat H. Pham
parent b122928a38
commit 96c95866c6
11 changed files with 134 additions and 2 deletions
@@ -5436,4 +5436,11 @@ class AppLocalizations {
name: 'startToAddFavoritesEmails',
);
}
String get aiAssistant {
return Intl.message(
'AI assistant',
name: 'aiAssistant',
);
}
}