mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
fix #3983
This commit is contained in:
parent
a3554dc2b7
commit
3ce8bd4d8f
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ class HistoryList(MyTreeWidget, AcceptFileDragDrop):
|
|||
vbox.addLayout(Buttons(OkButton(d), CancelButton(d)))
|
||||
d.setLayout(vbox)
|
||||
if d.exec_():
|
||||
if d.date is None:
|
||||
return None
|
||||
button.setText(d.date.toString())
|
||||
return time.mktime(d.date.toPyDate().timetuple())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue