From 18aacf648b1e3e8c9e19b78d86f6c2f10240aa24 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 17 Oct 2023 00:52:54 -0400 Subject: [PATCH] Add pop-up explaining optional configuration menu Former-commit-id: ed0d42781420080646ec6051e9f9c56ba8eaba99 Former-commit-id: 48b7d5de29ee9ad88b0aec222954769473ddda8a --- lib/stweak.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/stweak.py b/lib/stweak.py index aab4b8c..37cf469 100644 --- a/lib/stweak.py +++ b/lib/stweak.py @@ -576,6 +576,8 @@ def initial_setup(_scr): # PORT END CLIPTOOL # run optional configuration menu + curses_radio(['okay'], 'required configuration complete\n\na menu for additional (optional) configuration will be ' + 'displayed\n\nthis menu can be safely exited at any time') wrapped_entry(_dev_sync_types[0], 'additional configuration options:')