fixed QT apps white window border

This commit is contained in:
RP1 2024-12-08 21:09:30 +01:00
parent ba570b7d83
commit 1b3d53215c

View file

@ -11,8 +11,8 @@ user_choice=$(zenity --list --radiolist --width='650' --height='370' \
--column="Válassz" --column="GPU - Rendszer nyelv" \ --column="Válassz" --column="GPU - Rendszer nyelv" \
FALSE "AMD GPU - Angol Nyelv" \ FALSE "AMD GPU - Angol Nyelv" \
FALSE "AMD GPU - Magyar Nyelv" \ FALSE "AMD GPU - Magyar Nyelv" \
FALSE "Nvidia GPU - Angol Nyelv" \ FALSE "MEG NEM MUKODIK!! Nvidia GPU - Angol Nyelv" \
FALSE "Nvidia GPU - Magyar Nyelv") FALSE "MEG NEM MUKODIK!! Nvidia GPU - Magyar Nyelv")
if [[ $? -eq 1 ]]; then if [[ $? -eq 1 ]]; then
echo ${bold}${yellow}A script futása leállítva. Kilépés!${normal} echo ${bold}${yellow}A script futása leállítva. Kilépés!${normal}
exit 1 exit 1