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")
|
label = self.get_pass_path_from_index(index, "password")
|
||||||
else:
|
else:
|
||||||
label = self.curdir.replace(self.topdir, '')
|
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()
|
font = btn.GetFont().MakeItalic().MakeBold()
|
||||||
btn.SetFont(font)
|
btn.SetFont(font)
|
||||||
return btn
|
return btn
|
||||||
|
|
Loading…
Add table
Reference in a new issue