1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

no staticImageButton in readme

This commit is contained in:
Serg 2018-04-13 13:57:54 +07:00
parent 6c331619d0
commit 7789407766

View File

@ -77,13 +77,6 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM
"title": "esc",
```
- `staticImageButton`
```json
"type": "staticImageButton",
"image": "StringInbase64"
"title": "Finder",
```
- `appleScriptTitledButton`
```js
"type": "appleScriptTitledButton",
@ -170,9 +163,8 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM
"refreshInterval": 1
},
{
"type": "staticImageButton",
"title": "Finder",
"image": "%base64Finder%",
"type": "staticButton",
"image": { "base64" : "%base64Finder%"},
"action": "appleScript",
"actionAppleScript": {
"inline": "tell application \"Finder\"\rmake new Finder window\rset target of front window to path to home folder as string\ractivate\rend tell"