Compare commits

..

5 commits

Author SHA1 Message Date
jane400
94fd314f1a fix: libpaket: improve decode-error string 2024-10-05 17:45:37 +02:00
jane400
274f404ca0 chrore: format: paket.login 2024-10-05 17:45:37 +02:00
jane400
bfad2ee61b fix: tracking view: wrong direction 2024-10-05 17:45:37 +02:00
jane400
24d944e377 fix: visual improvements for other states 2024-10-05 17:45:37 +02:00
jane400
87730dbc43 feat: initial packstation registration flow 2024-10-05 17:45:37 +02:00

View file

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