Skip to content

Commit a0f552f

Browse files
committed
remove unused PinyinName Property and Version Bump
1 parent 9caa4d9 commit a0f552f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Bookmark.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ public string Name
1919
set
2020
{
2121
m_Name = value;
22-
PinyinName = m_Name.Unidecode();
2322
}
2423
}
25-
public string PinyinName { get; private set; }
2624
public string Url { get; set; }
2725
public string Source { get; set; }
2826
public int Score { get; set; }

Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Name": "Browser Bookmarks",
55
"Description": "Search your browser bookmarks",
66
"Author": "qianlifeng, Ioannis G.",
7-
"Version": "1.2.0",
7+
"Version": "1.2.1",
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.browserBookmark.dll",

0 commit comments

Comments
 (0)