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,

View File

@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:gwid/consts.dart';
import 'package:gwid/models/profile.dart';
import 'package:gwid/api/api_service.dart';
import 'package:gwid/screens/manage_account_screen.dart';
@@ -470,7 +471,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
child: Padding(
padding: const EdgeInsets.symmetric(vertical: 24.0),
child: Text(
'v0.3.0-beta.1',
version,
textAlign: TextAlign.center,
style: TextStyle(
color: Theme.of(