From 1739f1e127fee47259002c525a5059436e5fcd29 Mon Sep 17 00:00:00 2001 From: jamesread Date: Wed, 29 Jul 2026 01:07:04 +0100 Subject: [PATCH] chore: removed warnings from default config --- config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index 9ee2c2d..19da832 100644 --- a/config.yaml +++ b/config.yaml @@ -74,7 +74,7 @@ actions: icon: backup onclick: execution-dialog # https://docs.olivetin.app/action_execution/oncalendar.html - execOnCalendarFile: examples/demo-olivetin-calendar.yaml + # execOnCalendarFile: examples/demo-olivetin-calendar.yaml - title: Verify backup archive shell: sleep 3 && echo "Backup archive verified" @@ -146,7 +146,7 @@ actions: title: Are you sure?! # Checklist arguments let users pick multiple predefined options. Selected - # values are passed to the action as a comma-separated string. + # values are passed to the action as a JSON array string. # # Docs: https://docs.olivetin.app/args/input_checklist.html - title: Backup selected directories @@ -166,7 +166,7 @@ actions: value: music - title: Videos value: videos - default: documents,photos + default: '["documents","photos"]' # This is an action that runs a script included with OliveTin, that will # download themes. You will still need to set theme "themeName" in your config. @@ -263,8 +263,8 @@ actions: icon: ping # https://docs.olivetin.app/action_execution/onfilecreated.html # mkdir -p /tmp/olivetin-demo-file-created - execOnFileCreatedInDir: - - /tmp/olivetin-demo-file-created + # execOnFileCreatedInDir: + # - /tmp/olivetin-demo-file-created - title: Start {{ .CurrentEntity.Names }} icon: box