保存聊天记录
This commit is contained in:
@@ -30,8 +30,8 @@ public class Preferences
|
||||
{
|
||||
if (OperatingSystem.IsMacOS())
|
||||
{
|
||||
string home = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
|
||||
DatabasePath = Path.Combine(home, "Library", "Application Support", "Resonance", "Databases");
|
||||
string home = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
|
||||
DatabasePath = Path.Combine(home, "OCES","Resonance", "Databases");
|
||||
PreferencesPath = Path.Combine(home, "Library", "Preferences", "com.oces.Resonance.json");
|
||||
}
|
||||
else if (OperatingSystem.IsWindows())
|
||||
|
||||
Reference in New Issue
Block a user