diff options
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portato/constants.py b/portato/constants.py index 4d68ab5..d871e78 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -72,3 +72,5 @@ STD_FRONTEND = "gtk" SU_COMMAND = "gksu -D 'Portato'" SOCKET = "/tmp/portato.socket" + +USE_CATAPULT = False |