Better title and subtitle

This commit is contained in:
bao-qian
2016-08-20 18:50:14 +01:00
parent fe85ce5885
commit 8de84f03a0
3 changed files with 58 additions and 23 deletions

View File

@@ -81,6 +81,7 @@ namespace Wox.Plugin.Program.Programs
Apps[i].Executable = currentApp.GetStringValue("Executable");
Apps[i].BackgroundColor = currentApp.GetStringValue("BackgroundColor");
Apps[i].LogoPath = Path.Combine(Location, currentApp.GetStringValue("Square44x44Logo"));
Apps[i].Location = Location;
apps.MoveNext();
i++;
@@ -204,7 +205,10 @@ namespace Wox.Plugin.Program.Programs
public string PublisherDisplayName { get; set; }
public string BackgroundColor { get; set; }
public string LogoPath { get; set; }
public int Score { get; set; }
public string Location { get; set; }
// todo: wrap with try exception
public void Launch()