dpaulat / supercell-wx

Supercell Wx is a free, open source advanced weather radar viewer.
https://supercell-wx.rtfd.io
MIT License
85 stars 14 forks source link

Fix local images on Linux #239

Closed AdenKoperczak closed 3 days ago

AdenKoperczak commented 3 days ago

Fixes #238 Uses url.toString(QUrl::PreferLocalFile); to avoid having file names with file:/// at the start. Has not been tested on Windows to ensure it does not break local files there.