diff options
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r-- | grc/gui/Constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py index 741c6fda95..830bc96681 100644 --- a/grc/gui/Constants.py +++ b/grc/gui/Constants.py @@ -29,6 +29,7 @@ from gnuradio import gr prefs = gr.prefs() GR_PREFIX = gr.prefix() EDITOR = prefs.get_string('grc', 'editor', '') +SCREENSHOTS_TRANSPARENT_BG = prefs.get_bool('grc', 'screenshots_transparent_bg', False) # default path for the open/save dialogs DEFAULT_FILE_PATH = os.getcwd() |