Skip to content

Commit

Permalink
fix icon link
Browse files Browse the repository at this point in the history
  • Loading branch information
timrockefeller committed Jan 6, 2019
1 parent b931468 commit 6280cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def query(self, query):
results.append({
"Title": "老板上机",
"SubTitle": "使用\"账号(空格)密码\"形式",
"IcoPath":"Images/app.ico",
"IcoPath":"Images/app.png",
"ContextData": "ctxData",
"JsonRPCAction":{
"method":"login",
Expand All @@ -43,7 +43,7 @@ def query(self, query):
results.append({
"Title": "董事长上机",
"SubTitle": "使用"+default_Username+"直接登录",
"IcoPath":"Images/app.ico",
"IcoPath":"Images/app.png",
"ContextData": "ctxData",
"JsonRPCAction": {
"method":"login",
Expand All @@ -58,7 +58,7 @@ def context_menu(self, data):
results.append({
"Title": "Context menu entry",
"SubTitle": "Data: {}".format(data),
"IcoPath":"Images/app.ico"
"IcoPath":"Images/app.png"
})
return results

Expand Down

0 comments on commit 6280cc7

Please sign in to comment.