On loading, the mod generates the panoramas folder if it doesn't exist and loads the panoramas from there. However, on linux, it generates a .\panoramas folder. This makes it not work if you have panoramas in the normal panoramas folder.
I suspect the issue is because on creating the folder, the mod does not account for system when creating the folder, and uses the Windows path (using \) for all OS, when it should adapt and use the Linux path (/) when it is not on Windows
On loading, the mod generates the panoramas folder if it doesn't exist and loads the panoramas from there. However, on linux, it generates a
.\panoramasfolder. This makes it not work if you have panoramas in the normal panoramas folder.I suspect the issue is because on creating the folder, the mod does not account for system when creating the folder, and uses the Windows path (using
\) for all OS, when it should adapt and use the Linux path (/) when it is not on Windows