diff --git a/flightmonitor/data/config.py b/flightmonitor/data/config.py index 31b5535..4749e65 100644 --- a/flightmonitor/data/config.py +++ b/flightmonitor/data/config.py @@ -138,4 +138,4 @@ LAYOUT_START_MAXIMIZED: bool = True LAYOUT_WINDOW_MIN_WIDTH: int = 700 LAYOUT_WINDOW_MIN_HEIGHT: int = 500 -DEBUG_SAVE_RENDERED_IMAGES: bool = True # Set to True to save map images for debugging +DEBUG_SAVE_RENDERED_IMAGES: bool = False # Set to True to save map images for debugging