From fd392088aa4e64194a7aaf1c4670e976bb423e7e Mon Sep 17 00:00:00 2001 From: frarol96 Date: Wed, 11 Oct 2023 20:04:43 +0000 Subject: [PATCH] Added user-defined output directory config line --- config.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.ini b/config.ini index 96739c5..44e4909 100644 --- a/config.ini +++ b/config.ini @@ -15,6 +15,8 @@ show_playback = True roi_size = 400 ; (STR) Initial application window dimensions window_size = 300x450 +; (STR) User-defined output base directory +user_defined_output_dir = [debug] ; (BOOL) Set to 'True' to output debug messages to console