Compare commits

..

No commits in common. "962fe9529e1e0329450c3ef047232c9f847556fe" and "7f88e57e47bc22078451a3369cbab0306bba01de" have entirely different histories.

View File

@ -14,7 +14,7 @@ public class TrangaSettings
public TrangaSettings(string downloadLocation, string? workingDirectory, Komga? komga)
{
this.workingDirectory = workingDirectory ??
Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "Tranga");
Path.Join(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Tranga");
this.downloadLocation = downloadLocation;
this.komga = komga;
}