mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove unused PinyinName Property and Version Bump
This commit is contained in:
parent
9caa4d94bd
commit
a0f552f3fc
2 changed files with 1 additions and 3 deletions
|
|
@ -19,10 +19,8 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
m_Name = value;
|
m_Name = value;
|
||||||
PinyinName = m_Name.Unidecode();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public string PinyinName { get; private set; }
|
|
||||||
public string Url { get; set; }
|
public string Url { get; set; }
|
||||||
public string Source { get; set; }
|
public string Source { get; set; }
|
||||||
public int Score { get; set; }
|
public int Score { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Name": "Browser Bookmarks",
|
"Name": "Browser Bookmarks",
|
||||||
"Description": "Search your browser bookmarks",
|
"Description": "Search your browser bookmarks",
|
||||||
"Author": "qianlifeng, Ioannis G.",
|
"Author": "qianlifeng, Ioannis G.",
|
||||||
"Version": "1.2.0",
|
"Version": "1.2.1",
|
||||||
"Language": "csharp",
|
"Language": "csharp",
|
||||||
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
|
||||||
"ExecuteFileName": "Flow.Launcher.Plugin.browserBookmark.dll",
|
"ExecuteFileName": "Flow.Launcher.Plugin.browserBookmark.dll",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue