mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-23 05:54: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
|
# Windows
|
||||||
elif self.common.platform == 'Windows':
|
elif self.common.platform == 'Windows':
|
||||||
webbrowser.Popen(['explorer', '/select', abs_filename])
|
subprocess.Popen(['explorer', '/select', abs_filename])
|
||||||
|
|
||||||
|
|
||||||
class Upload(QtWidgets.QWidget):
|
class Upload(QtWidgets.QWidget):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue