diff --git a/data_from_portwine/changelog b/data_from_portwine/changelog
index eedcbdee..7a3cbd51 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 a586112c..195e0801 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"