account/row: Force LTR for code label

Fixes #426
This commit is contained in:
Bilal Elmoussaoui 2024-10-20 21:13:51 +02:00
parent dc362e6926
commit a3cee00ba3

View file

@ -79,6 +79,7 @@ mod imp {
.bind_property("code", &*self.otp_label, "label")
.sync_create()
.build();
self.otp_label.set_direction(gtk::TextDirection::Ltr);
// Only display the increment button if it is a HOTP account
self.increment_btn