diff options
Diffstat (limited to 'portato/constants.py')
-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 c4ffd6e..0e18425 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -18,3 +18,5 @@ VERSION = 9999 FRONTENDS = ["gtk"] STD_FRONTEND = "gtk" + +USE_GTKSOURCEVIEW = False |