context menu pc fix
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user