mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-13 07:17:53 +02:00
Change to CommonApplicationFolder as applicationPath
This commit is contained in:
@ -14,7 +14,7 @@ public class TrangaSettings
|
||||
public TrangaSettings(string downloadLocation, string? workingDirectory, Komga? komga)
|
||||
{
|
||||
this.workingDirectory = workingDirectory ??
|
||||
Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Tranga");
|
||||
Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "Tranga");
|
||||
this.downloadLocation = downloadLocation;
|
||||
this.komga = komga;
|
||||
}
|
||||
|
Reference in New Issue
Block a user