mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00: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