Updata lauchbar action avatar support

Fixed a typo
This commit is contained in:
Sunnyyoung 2018-03-21 09:37:46 +08:00
parent 52c1c42b89
commit ff904cee35
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ A dynamic library tweak for WeChat macOS.
- Auto login without authentication - Auto login without authentication
- UI Interface settings panel - UI Interface settings panel
- Alfred workflow support - Alfred workflow support
- Lauchbar action support - Launchbar action support
## Quick Start ## Quick Start

View File

@ -20,7 +20,7 @@ function run(string) {
return { return {
title: i.m_nsRemark || i.m_nsNickName, title: i.m_nsRemark || i.m_nsNickName,
subtitle: i.m_nsNickName, subtitle: i.m_nsNickName,
icon: "icon.png", icon: i.wt_avatarPath || 'icon.png',
action: "open", action: "open",
actionArgument: i.m_nsUsrName actionArgument: i.m_nsUsrName
} }