mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
fix function name for windows
This commit is contained in:
parent
41b4cea673
commit
388f968556
@ -96,7 +96,7 @@ class File(QtWidgets.QWidget):
|
||||
|
||||
# Windows
|
||||
elif self.common.platform == 'Windows':
|
||||
webbrowser.Popen(['explorer', '/select', abs_filename])
|
||||
subprocess.Popen(['explorer', '/select', abs_filename])
|
||||
|
||||
|
||||
class Upload(QtWidgets.QWidget):
|
||||
|
Loading…
Reference in New Issue
Block a user