Skip to content

Commit

Permalink
fixed password copying in auto mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AM-ash-OR-AM-I committed Jun 23, 2022
1 parent dd43e19 commit 43b79ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/screens/HomeScreen/HomeScreen.kv
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
label_name:'Password'
text:root.initial_random
icon_right_action:
[['content-copy', lambda *a: app.show_toast_copied("")],
[['content-copy', lambda *a: app.show_toast_copied(self.text)],
['reload', lambda *a: root.generate_password()]]


Expand Down

0 comments on commit 43b79ab

Please sign in to comment.