mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
Fix comment
This commit is contained in:
parent
ec45a08054
commit
221eb1cbac
@ -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 New Issue
Block a user