mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
Update the about dialog and have it show the core version and libtorrent version
This commit is contained in:
parent
3901f3e6b2
commit
3f8441af6a
2 changed files with 50 additions and 24 deletions
|
@ -801,3 +801,14 @@ class Core(component.Component):
|
|||
|
||||
"""
|
||||
return deluge.common.free_space(path)
|
||||
|
||||
@export
|
||||
def get_libtorrent_version(self):
|
||||
"""
|
||||
Returns the libtorrent version.
|
||||
|
||||
:returns: the version
|
||||
:rtype: string
|
||||
|
||||
"""
|
||||
return lt.version
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue