master
Daniel Napora 2023-06-01 01:40:03 +02:00
parent 4d2bb122a3
commit 6509ab2c88
1 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ export -f userguide
esac
FB="exo-open --launch WebBrowser www.facebook.com/maboxlinux/"
YT="exo-open --launch WebBrowser www.youtube.com/channel/UCuiznSWZXPCnkRKjNfWwF5Q"
case $LANG in
pl*)
@ -123,10 +124,10 @@ values=($(yad --window-icon=distributor-logo-mabox --center --buttons-layout="e
--field="Forum:FBTN" "exo-open --launch WebBrowser forum.maboxlinux.org"\
--field=" :LBL" ""\
--field="$PROJECT:LBL" ""\
--field="$DEVELOPMENT" "exo-open --launch WebBrowser git.maboxlinux.org/Mabox"\
--field="$DEVELOPMENT" "exo-open --launch WebBrowser https://git.maboxlinux.org/Mabox"\
--field="$DONATE" "exo-open --launch WebBrowser https://ko-fi.com/maboxlinux"\
--field="$LAUNCH_AT_START" "$show_welcome" \
--button=" FB":"$FB" --button="輸 YT":"exo-open --launch WebBrowser www.youtube.com/channel/UCuiznSWZXPCnkRKjNfWwF5Q" --button=$CLOSE:0))
--button=" FB":"$FB" --button="輸 YT":"$YT" --button=$CLOSE:0))
#if [ $? -eq 0 ]; then
while IFS='|' read -ra ADDR; do