Add back up emoji
This commit is contained in:
parent
5e982a54a8
commit
ea9b2e87fe
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class PassUi(wx.Frame):
|
|||
label = self.get_pass_path_from_index(index, "password")
|
||||
else:
|
||||
label = self.curdir.replace(self.topdir, '')
|
||||
btn = wx.Button(self.pnl, label=label)
|
||||
btn = wx.Button(self.pnl, label=label + '⤴')
|
||||
font = btn.GetFont().MakeItalic().MakeBold()
|
||||
btn.SetFont(font)
|
||||
return btn
|
||||
|
|
Loading…
Add table
Reference in a new issue