added enable/disable for Routines for current Bkup run. show/hide sources/destinations by enabled status
This commit is contained in:
@@ -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.}:
|
||||
|
||||
Reference in New Issue
Block a user