Rafforza controlli carico barcode
This commit is contained in:
@@ -410,7 +410,10 @@ class BarcodeClientApp:
|
||||
lambda q=next_queue: self._start_queue(q),
|
||||
)
|
||||
|
||||
self.root.after(20, self._focus_primary_input)
|
||||
if bool(getattr(state, "focus_destination", False)):
|
||||
self.root.after(20, self._focus_destination_input)
|
||||
else:
|
||||
self.root.after(20, self._focus_primary_input)
|
||||
|
||||
def _focus_primary_input(self) -> None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user