Feretorix Menu Icons are broken on Twitch, sandbox is blocking both local and remote Icons. We didnt have the issue on 8.4.
Its weird af it wont load the icon even if you have it already on %appdata%\GamingOnSteroids\LOLEXT\Sprites\MenuElement. Running as Admin, tried injecting into multiple programs. Works fine on other champions (Tested Darius and Jhin)
Edit:
local icons = {WR = "https://raw.githubusercontent.com/HiImWeedle/GoS/master/Icons/WinRateLogo.png"}
local Menu = MenuElement({id = char_name, name = "Project WinRate | "..char_name, type = MENU, leftIcon = icons.WR})
icons.Q = "https://raw.githubusercontent.com/HiImWeedle/GoS/master/Icons/spells/"..myHero:GetSpellData(_Q).name..".png"
Menu:MenuElement({id = "Q", name = "Q Settings", type = MENU, leftIcon = icons.Q})
WR Icon will load if you have in the folder and download if you dont (both work)
Q Icon wont do either (blocked by sandbox)