mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Merge branch 'fix-display' of https://github.com/un-pogaz/calibre
This commit is contained in:
commit
cda12c4828
@ -140,8 +140,8 @@ class TrashView(Dialog):
|
|||||||
ad.setValue(int(self.db.pref('expire_old_trash_after', DEFAULT_TRASH_EXPIRY_TIME_SECONDS) / 86400))
|
ad.setValue(int(self.db.pref('expire_old_trash_after', DEFAULT_TRASH_EXPIRY_TIME_SECONDS) / 86400))
|
||||||
ad.setSuffix(_(' days'))
|
ad.setSuffix(_(' days'))
|
||||||
ad.setToolTip(_(
|
ad.setToolTip(_(
|
||||||
'Deleted items are permanently deleted automatically after the specified number of days. If set to "on close" they are'
|
'Deleted items are permanently deleted automatically after the specified number of days.\n'
|
||||||
' deleted whenever the library is closed, that is when switching to another library or exiting calibre.'
|
'If set to "on close" they are deleted whenever the library is closed, that is when switching to another library or exiting calibre.'
|
||||||
))
|
))
|
||||||
ad.valueChanged.connect(self.trash_expiry_time_changed)
|
ad.valueChanged.connect(self.trash_expiry_time_changed)
|
||||||
h = QHBoxLayout()
|
h = QHBoxLayout()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user