mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 00:51:04 +03:00
fix one translate
This commit is contained in:
@@ -194,7 +194,7 @@ class FfiModel with ChangeNotifier {
|
||||
initializeCursorAndCanvas();
|
||||
}
|
||||
if (displays.length > 0) {
|
||||
showLoading('Waiting for image...', context);
|
||||
showLoading(translate('Waiting for image...'), context);
|
||||
_waitForImage = true;
|
||||
}
|
||||
notifyListeners();
|
||||
|
||||
Reference in New Issue
Block a user