video tools app : Some updates

This commit is contained in:
MatMoul 2018-10-13 01:31:20 +02:00
parent 82229e1455
commit 3750ae0f0e

View file

@ -2,8 +2,8 @@
. ./lib
options=()
options+=("avidemux-qt" "Video Editor" off)
options+=("simplescreenrecorder" "Screen Recorder" off)
options+=("avidemux-qt" "(QT) Video Editor" off)
options+=("simplescreenrecorder" "(QT) Screen Recorder" off)
sel=$(whiptail --backtitle "$apptitle" --title "Videos Tools applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \
"${options[@]}" \