mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
no staticImageButton in readme
This commit is contained in:
parent
6c331619d0
commit
7789407766
12
README.md
12
README.md
@ -77,13 +77,6 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM
|
|||||||
"title": "esc",
|
"title": "esc",
|
||||||
```
|
```
|
||||||
|
|
||||||
- `staticImageButton`
|
|
||||||
```json
|
|
||||||
"type": "staticImageButton",
|
|
||||||
"image": "StringInbase64"
|
|
||||||
"title": "Finder",
|
|
||||||
```
|
|
||||||
|
|
||||||
- `appleScriptTitledButton`
|
- `appleScriptTitledButton`
|
||||||
```js
|
```js
|
||||||
"type": "appleScriptTitledButton",
|
"type": "appleScriptTitledButton",
|
||||||
@ -170,9 +163,8 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM
|
|||||||
"refreshInterval": 1
|
"refreshInterval": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "staticImageButton",
|
"type": "staticButton",
|
||||||
"title": "Finder",
|
"image": { "base64" : "%base64Finder%"},
|
||||||
"image": "%base64Finder%",
|
|
||||||
"action": "appleScript",
|
"action": "appleScript",
|
||||||
"actionAppleScript": {
|
"actionAppleScript": {
|
||||||
"inline": "tell application \"Finder\"\rmake new Finder window\rset target of front window to path to home folder as string\ractivate\rend tell"
|
"inline": "tell application \"Finder\"\rmake new Finder window\rset target of front window to path to home folder as string\ractivate\rend tell"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user