changement de menu

This commit is contained in:
Djan GICQUEL 2022-05-02 08:13:55 +02:00
parent fe9ebee885
commit 575cd9eed2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ mkdir -p $dossierprofil && cd $dossierprofil
choixmenu=$(echo -e "\ choixmenu=$(echo -e "\
cp\nCréer un nouveau profil/dépôt\n\ cp\nCréer un nouveau profil/dépôt\n\
ajd\nAjouter un dépôt\n\ ajd\nAjouter un dépôt existant\n\
ap\nAfficher les profils\ ap\nAfficher les profils\
" | zenity $H $W --window-icon=$HOME/.icons/borg.svg --list \ " | zenity $H $W --window-icon=$HOME/.icons/borg.svg --list \
--column "id" --column "choix") --column "id" --column "choix")