Remove suffixes from model

This commit is contained in:
bao-qian
2016-08-19 20:34:20 +01:00
parent fb68f6eb60
commit 8764aa9829
9 changed files with 60 additions and 57 deletions

View File

@@ -12,5 +12,7 @@ namespace Wox.Plugin.Program
public bool EnableStartMenuSource { get; set; } = true;
public bool EnableRegistrySource { get; set; } = true;
internal const char SuffixSeperator = ';';
}
}