mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 05:42:15 -04:00
fix function name for windows
This commit is contained in:
parent
41b4cea673
commit
388f968556
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue