Skip to content

Commit

Permalink
removed snap save dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Apr 1, 2024
1 parent 40d8cec commit 5960bb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ def __init__(self, **kwargs):

if 'FLATPAK_ID' in os.environ:
self.data_dir = '/var/data'
elif 'SNAP' in os.environ:
self.data_dir = '/var/data'
else:
xdg_data_home = os.environ.get('XDG_DATA_HOME')
if xdg_data_home and xdg_data_home.strip():
Expand Down

0 comments on commit 5960bb3

Please sign in to comment.