presets: Fix local presets path. Closes #1792

This commit is contained in:
Hylke Bons 2018-01-06 12:24:24 +01:00
parent a602ae7d49
commit e3ca5052f4

View file

@ -27,7 +27,7 @@ namespace Sparkles {
public static string PresetsPath = "";
public static string LocalPresetsPath = IO.Path.Combine (
Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), "sparkleshare", "presets");
Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData), "org.sparkleshare.SparkleShare", "presets");
new public string Name { get { return GetValue ("info", "name"); } }
public string Description { get { return GetValue ("info", "description"); } }