Compare commits

..

5 commits

Author SHA1 Message Date
jane400
c99956583b fix: libpaket: improve decode-error string 2024-10-02 17:46:30 +02:00
jane400
c1e91ff1bb chrore: format: paket.login 2024-10-02 17:45:39 +02:00
jane400
e994bec86f fix: tracking view: wrong direction 2024-10-02 17:45:39 +02:00
jane400
c20a7a803a fix: visual improvements for other states 2024-10-02 17:45:39 +02:00
jane400
b6e0ef7638 feat: initial packstation registration flow 2024-10-02 17:45:39 +02:00

View file

@ -200,7 +200,7 @@ mod r#impl {
if *self.get_state() == State::InView { if *self.get_state() == State::InView {
sender.input(ScannerInput::Deactivate); sender.input(ScannerInput::Deactivate);
sender.input(ScannerInput::Activate); sender.input(ScannerInput::Activate);
} z }
} }
} }
} }