mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Fix comment
This commit is contained in:
parent
ec45a08054
commit
221eb1cbac
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ class Common:
|
||||||
|
|
||||||
def is_snapcraft(self):
|
def is_snapcraft(self):
|
||||||
"""
|
"""
|
||||||
Returns True if OnionShare is running in a Flatpak sandbox
|
Returns True if OnionShare is running in a Snapcraft sandbox
|
||||||
"""
|
"""
|
||||||
return os.environ.get("SNAP_INSTANCE_NAME") == "onionshare"
|
return os.environ.get("SNAP_INSTANCE_NAME") == "onionshare"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue