mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-23 03:39:29 +08:00
Fix Bookmark quick action title
This commit is contained in:
@@ -57,7 +57,7 @@ struct ShortcutHandler {
|
||||
// Bookmarks
|
||||
let bookmarkIcon = UIApplicationShortcutIcon(templateImageName: "bookmarks")
|
||||
let bookmarkItem = UIApplicationShortcutItem(type: Items.bookmarks.rawValue,
|
||||
localizedTitle: Constants.Strings.bookmark,
|
||||
localizedTitle: Constants.Strings.bookmarks,
|
||||
localizedSubtitle: nil,
|
||||
icon: bookmarkIcon)
|
||||
items.append(bookmarkItem)
|
||||
|
||||
Reference in New Issue
Block a user