mirror of https://github.com/zlatinb/muwire
remove (broken) attempt to force-share the update file
parent
ee68ce42c9
commit
d1bb60c269
|
@ -90,8 +90,6 @@ class UpdateClient {
|
||||||
return
|
return
|
||||||
updateDownloading = false
|
updateDownloading = false
|
||||||
eventBus.publish(new UpdateDownloadedEvent(version : version, signer : signer, text : text))
|
eventBus.publish(new UpdateDownloadedEvent(version : version, signer : signer, text : text))
|
||||||
if (!settings.shareDownloadedFiles)
|
|
||||||
eventBus.publish(new FileSharedEvent(file : e.downloadedFile))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkUpdate() {
|
private void checkUpdate() {
|
||||||
|
|
Loading…
Reference in New Issue