forked from CastroFidel/PortWINE
###Scripts version 2002###
This commit is contained in:
@ -618,8 +618,11 @@ pw_gui_for_edit_db () {
|
||||
output_yad_edit_db=`"${pw_yad}" --title "EDIT_DB" --text-align=center --text "Change settings in database file for ${PORTWINE_DB}\n" \
|
||||
--columns=4 --form --separator=" " --borders=10 --center ${ADD_CHK_BOX_EDIT_DB} `
|
||||
YAD_STATUS="$?"
|
||||
[ "$YAD_STATUS" == "1" ] && exit 0
|
||||
[ "$YAD_STATUS" == "252" ] && xdg-open "${PORTWINE_DB_FILE}" & exit 0
|
||||
if [ "$YAD_STATUS" == "1" ] ; then exit 0
|
||||
elif [ "$YAD_STATUS" == "252" ] ; then
|
||||
xdg-open "${PORTWINE_DB_FILE}" &
|
||||
exit 0
|
||||
fi
|
||||
export output_yad_edit_db=($output_yad_edit_db)
|
||||
export bool_from_yad=0
|
||||
edit_db_field_read () {
|
||||
|
Reference in New Issue
Block a user