Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Apr 2, 2023
1 parent f9bfab1 commit 6e8bf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emote/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os


app_id = "com.tomjwatson.Emote"
is_debug = os.environ.get("GTK_DEBUG") == "interactive"
is_dev = os.environ.get("ENV") == "dev"
is_snap = os.environ.get("SNAP") is not None
Expand Down

0 comments on commit 6e8bf9e

Please sign in to comment.