From fdb5b49d5cbaced0f417a05df008b6293fd00f57 Mon Sep 17 00:00:00 2001 From: Floris Date: Mon, 14 Jun 2021 21:03:17 +0200 Subject: [PATCH] make chobby ready for 64x64 taskbar icon --- LuaMenu/widgets/gui_chili_lobby.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaMenu/widgets/gui_chili_lobby.lua b/LuaMenu/widgets/gui_chili_lobby.lua index 3f58ca093..ea64b0b76 100644 --- a/LuaMenu/widgets/gui_chili_lobby.lua +++ b/LuaMenu/widgets/gui_chili_lobby.lua @@ -97,7 +97,7 @@ function widget:Initialize() end local taskbarIcon = Chobby.Configuration.gameConfig.taskbarIcon if taskbarIcon then - Spring.SetWMIcon(taskbarIcon) + Spring.SetWMIcon(taskbarIcon, true) end local function OnBattleAboutToStart() @@ -115,7 +115,7 @@ function widget:Initialize() end local taskbarIcon = Chobby.Configuration.gameConfig.taskbarIcon if taskbarIcon then - Spring.SetWMIcon(taskbarIcon) + Spring.SetWMIcon(taskbarIcon, true) end end if key == "language" then