mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-05-17 14:36:05 +08:00
Change chat-only mode icon
This commit is contained in:
@ -210,7 +210,7 @@ class ChatDetails extends StatelessWidget {
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
leading: const Icon(Icons.chat_rounded),
|
||||
leading: const Icon(Icons.chat_outlined),
|
||||
title: Observer(
|
||||
builder: (context) {
|
||||
return Text(
|
||||
|
Reference in New Issue
Block a user