added enable/disable for Routines for current Bkup run. show/hide sources/destinations by enabled status

This commit is contained in:
itwrx
2023-06-29 07:09:23 -05:00
parent 22abe65ab0
commit e7e156868e
5 changed files with 42 additions and 25 deletions

View File

@@ -41,11 +41,8 @@ method view(editor: RoutineEditorState): Widget {.locks: "unknown".} =
orient = OrientX
spacing = 6
Label {.expand: false.}:
#later, this may be "selected by default?", instead.
#"selected" checkboxes wiould be added to the list view.
#to allow the user to select which routines are used for a given run.
text = "<span weight=\"bold\" color=\"#FFF469\">Enabled?</span>"
tooltip = "Should this Routine be enabled for inclusion in the Bkup run?"
text = "<span weight=\"bold\" color=\"#FFF469\">Enabled by default?</span>"
tooltip = "Should this Routine be enabled for inclusion in any Bkup run by default?"
xAlign = 0
useMarkup = true
Switch {.expand: false.}: