From 431d1cb488cff0c718f8240aceb36477217b4c47 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Tue, 17 Jun 2025 10:13:36 +0200 Subject: [PATCH] remove save image --- flightmonitor/data/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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