From dfc1704b7362ea91fe437ff64aa9c1df77b9eb2e Mon Sep 17 00:00:00 2001 From: castro-fidel Date: Fri, 19 Nov 2021 21:49:38 +0300 Subject: [PATCH] ###Scripts version 2052-5### --- data_from_portwine/changelog | 3 +++ data_from_portwine/scripts/portwine_db/League of Legends | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data_from_portwine/changelog b/data_from_portwine/changelog index eedcbde..7a3cbd5 100755 --- a/data_from_portwine/changelog +++ b/data_from_portwine/changelog @@ -7,6 +7,9 @@ * добавить проверку количества db файлов на один exe * заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru ----------------------------------------- +###Scripts version 2052-5### +* правильная компановка отображения загрузки League of Legends + ###Scripts version 2052### * ребрендинг лого (исходник лого есть в Discord - жду ваши варианты иконок в формате png) * добавлена обложка при загрузке клиента League of Legends diff --git a/data_from_portwine/scripts/portwine_db/League of Legends b/data_from_portwine/scripts/portwine_db/League of Legends index a586112..195e080 100755 --- a/data_from_portwine/scripts/portwine_db/League of Legends +++ b/data_from_portwine/scripts/portwine_db/League of Legends @@ -60,7 +60,7 @@ check_download_wine_ver_for_lol check_port_for_lol () { "${pw_yad}" --progress --progress-text="Loading and start League of Legends. Please wait. It can take a long time!" \ - --pulsate --no-buttons --undecorated --center --skip-taskbar --image="${PW_GUI_ICON_PATH}/covers/lol_cover.jpg" > /dev/null 2>&1 & + --pulsate --no-buttons --undecorated --center --skip-taskbar --image="${PW_GUI_ICON_PATH}/covers/lol_cover.jpg" --image-on-top > /dev/null 2>&1 & process=LeagueClientUx.exe while [[ -z `pidof ${process}` ]] ; do echo "PID ${process} not found"