mention 'choisir un profil dans la liste' dans le selecteur de profils
This commit is contained in:
parent
1aa05122be
commit
bde056f5ee
@ -65,7 +65,7 @@ if [ ! $1 = "" ]; then
|
||||
. "$1"
|
||||
else
|
||||
cd $dossierprofil
|
||||
fichierprofil=$(ls -1 *.txt | zenity --height=500 --width=600 --window-icon=$HOME/.icons/borg.svg --list --title "Liste des profils" --hide-header --column "profil") && . $fichierprofil
|
||||
fichierprofil=$(ls -1 *.txt | zenity --height=500 --width=600 --window-icon=$HOME/.icons/borg.svg --list --title "Liste des profils" --text "Choisir un profil dans la liste" --hide-header --column "profil") && . $fichierprofil
|
||||
fi
|
||||
|
||||
if [ "$fichierprofil" = "" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user