video tools app : Some updates
This commit is contained in:
parent
82229e1455
commit
3750ae0f0e
1 changed files with 2 additions and 2 deletions
|
@ -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[@]}" \
|
||||
|
|
Loading…
Reference in a new issue