Remove proxies position animation, improve performance
Add Telegram Link
This commit is contained in:
@@ -205,6 +205,10 @@ class AppState with ChangeNotifier {
|
||||
return getCurrentGroupNameWithGroups(currentGroups, groupName, mode);
|
||||
}
|
||||
|
||||
Group getGroupWithName(String groupName) {
|
||||
return groups.firstWhere((e) => e.name == groupName);
|
||||
}
|
||||
|
||||
String? getCurrentProxyName(String? proxyName, Mode mode) {
|
||||
final currentGroups = getCurrentGroups(mode);
|
||||
switch (mode) {
|
||||
|
||||
Reference in New Issue
Block a user