From 6509ab2c88ea5fdd707c2a68745f3d41fd18f566 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 1 Jun 2023 01:40:03 +0200 Subject: [PATCH] mwelcome --- bin/mwelcome | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/mwelcome b/bin/mwelcome index 9a11a5b..4db0af7 100755 --- a/bin/mwelcome +++ b/bin/mwelcome @@ -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