Fix sharing wino logs.

This commit is contained in:
Burak Kaan Köse
2024-06-24 00:36:21 +02:00
parent 438b25672f
commit be3f9465eb
3 changed files with 4 additions and 5 deletions

View File

@@ -14,10 +14,8 @@ namespace Wino.Core.UWP.Services
_backgroundTaskService = backgroundTaskService;
}
public string GetApplicationDataFolder() => ApplicationData.Current.GetPublisherCacheFolder("WinoShared").Path;
// TODO: Pre 1.7.0 for Wino Calendar...
//public string GetApplicationDataFolder() => ApplicationData.Current.LocalFolder.Path;
public string GetPublisherSharedFolder() => ApplicationData.Current.GetPublisherCacheFolder("WinoShared").Path;
public string GetApplicationDataFolder() => ApplicationData.Current.LocalFolder.Path;
public Task MigrateAsync()
{