mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-15 18:36:31 -04:00
fix function name for windows
This commit is contained in:
parent
86d42731af
commit
3544049961
@ -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…
x
Reference in New Issue
Block a user