We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9caa4d9 commit a0f552fCopy full SHA for a0f552f
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Bookmark.cs
@@ -19,10 +19,8 @@ public string Name
19
set
20
{
21
m_Name = value;
22
- PinyinName = m_Name.Unidecode();
23
}
24
25
- public string PinyinName { get; private set; }
26
public string Url { get; set; }
27
public string Source { get; set; }
28
public int Score { get; set; }
Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json
@@ -4,7 +4,7 @@
4
"Name": "Browser Bookmarks",
5
"Description": "Search your browser bookmarks",
6
"Author": "qianlifeng, Ioannis G.",
7
- "Version": "1.2.0",
+ "Version": "1.2.1",
8
"Language": "csharp",
9
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
10
"ExecuteFileName": "Flow.Launcher.Plugin.browserBookmark.dll",
0 commit comments