context menu pc fix

This commit is contained in:
nullpeer
2025-11-30 15:14:27 +03:00
parent 7e538be369
commit 7803a36bd9
3 changed files with 52 additions and 10 deletions

View File

@@ -744,7 +744,7 @@ class _ChatsScreenState extends State<ChatsScreen>
fontSize: 16,
),
),
const Spacer(),
/*const Spacer(),
IconButton(
icon: const Icon(Icons.search, size: 20),
onPressed: () {
@@ -755,7 +755,7 @@ class _ChatsScreenState extends State<ChatsScreen>
);
},
tooltip: 'Поиск каналов',
),
),*/
],
),
),
@@ -994,7 +994,7 @@ class _ChatsScreenState extends State<ChatsScreen>
},
),
ListTile(
/*ListTile(
leading: CircleAvatar(
backgroundColor: Theme.of(
context,
@@ -1014,7 +1014,7 @@ class _ChatsScreenState extends State<ChatsScreen>
),
);
},
),
),*/
ListTile(
leading: CircleAvatar(
@@ -3726,7 +3726,7 @@ class _ChatsScreenState extends State<ChatsScreen>
}
}
}
void _showDeleteAccountDialog(
BuildContext context,
Account account,