mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-07-07 07:56:06 +08:00
Updata lauchbar action avatar support
Fixed a typo
This commit is contained in:
parent
52c1c42b89
commit
ff904cee35
|
@ -32,7 +32,7 @@ A dynamic library tweak for WeChat macOS.
|
|||
- Auto login without authentication
|
||||
- UI Interface settings panel
|
||||
- Alfred workflow support
|
||||
- Lauchbar action support
|
||||
- Launchbar action support
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ function run(string) {
|
|||
return {
|
||||
title: i.m_nsRemark || i.m_nsNickName,
|
||||
subtitle: i.m_nsNickName,
|
||||
icon: "icon.png",
|
||||
icon: i.wt_avatarPath || 'icon.png',
|
||||
action: "open",
|
||||
actionArgument: i.m_nsUsrName
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user