InteractiveView buggy

This commit is contained in:
open-trade
2020-11-23 01:16:17 +08:00
parent 06cb5b6c35
commit 8e529399c3
4 changed files with 204 additions and 153 deletions

View File

@@ -132,7 +132,7 @@ class FfiModel with ChangeNotifier {
_display = _pi.displays[_pi.currentDisplay];
FFI.cursorModel.updateDisplayOrigin(_display.x, _display.y);
}
if (displays.length > 1) {
if (displays.length > 0) {
showLoading('Waiting for image...');
_waitForImage = true;
}