mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
parent
dc362e6926
commit
a3cee00ba3
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ mod imp {
|
||||||
.bind_property("code", &*self.otp_label, "label")
|
.bind_property("code", &*self.otp_label, "label")
|
||||||
.sync_create()
|
.sync_create()
|
||||||
.build();
|
.build();
|
||||||
|
self.otp_label.set_direction(gtk::TextDirection::Ltr);
|
||||||
|
|
||||||
// Only display the increment button if it is a HOTP account
|
// Only display the increment button if it is a HOTP account
|
||||||
self.increment_btn
|
self.increment_btn
|
||||||
|
|
Loading…
Add table
Reference in a new issue