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:
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",
|
||||
```
|
||||
|
||||
- `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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user