Update the about dialog and have it show the core version and libtorrent version
This commit is contained in:
parent
3901f3e6b2
commit
3f8441af6a
@ -801,3 +801,14 @@ class Core(component.Component):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
return deluge.common.free_space(path)
|
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…
x
Reference in New Issue
Block a user