mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Fixed open_url() under Qt. It didn't work under Linux.
This commit is contained in:
@@ -293,5 +293,6 @@ class DupeGuru(QObject):
|
||||
QMessageBox.information(window, '', msg)
|
||||
|
||||
def open_url(self, url):
|
||||
self.open_path(url)
|
||||
url = QUrl(url)
|
||||
QDesktopServices.openUrl(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user