satisfactorymodding / SatisfactoryModManager

A mod manager for easy installation of mods and modloader for Satisfactory
GNU General Public License v3.0
324 stars 77 forks source link

Fix No Image icon URL #149

Closed bunjiboys closed 2 years ago

bunjiboys commented 2 years ago

The URL for the icon when no app logo is set, now results in a 404 page causing a broken image to appear in mod list.

Updated the URL to the no_image.webp currently used on ficsit.app, https://ficsit.app/images/no_image.webp

mircearoata commented 2 years ago

The URL is used in a couple more places: https://github.com/satisfactorymodding/SatisfactoryModManager/blob/808b90d89239a59f02bb7ae3d7e98463bd5a7c87/src/renderer/components/Main.vue#L161 https://github.com/satisfactorymodding/SatisfactoryModManager/blob/808b90d89239a59f02bb7ae3d7e98463bd5a7c87/src/renderer/components/mod-details/ModDetailsInfo.vue#L201