mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
remove ab pull error toast, translate group pull error
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -105,9 +105,6 @@ class AbModel {
|
||||
if (!quiet) {
|
||||
pullError.value =
|
||||
'${translate('pull_ab_failed_tip')}: ${translate(err.toString())}';
|
||||
if (gFFI.peerTabModel.currentTab != PeerTabIndex.ab.index) {
|
||||
BotToast.showText(contentColor: Colors.red, text: pullError.value);
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
abLoading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user