config
This commit is contained in:
@@ -23,4 +23,4 @@ class FileSearchResults(QtWidgets.QDialog):
|
||||
if os.path.exists(file_path):
|
||||
directory = os.path.dirname(file_path)
|
||||
url = QtCore.QUrl.fromLocalFile(directory)
|
||||
QtGui.QDesktopServices.openUrl(url)
|
||||
QtGui.QDesktopServices.openUrl(url)
|
||||
Reference in New Issue
Block a user