Merge pull request #206 from pangeachat/learning-settings-icon
Updated My Learning Settings icon in chat settings menu
This commit is contained in:
commit
c0c0a9c6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
|
|||
value: 'learning_settings',
|
||||
child: Row(
|
||||
children: [
|
||||
const Icon(Icons.settings),
|
||||
const Icon(Icons.psychology_outlined),
|
||||
const SizedBox(width: 12),
|
||||
Text(L10n.of(context)!.learningSettings),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue