Toxblh/MTMR

Button doesn't trigger action

Open

#155 opened on Mar 20, 2019

View on GitHub
 (31 comments) (0 reactions) (0 assignees)Swift (203 forks)batch import
bughelp wanted

Repository metrics

Stars
 (3,884 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

{ "type": "staticButton", "align": "left", "width": 44, "image": { "base64": "D0...BlaBla" }, "action": "appleScript", "actionAppleScript": { "inline": "tell application \"Google Chrome\"\rset minimized of window 1 to true\rend tell" }, },

I gave MTMR all permissions it needed but nevertheless nothing happens when I try pressing this Button. When i run the script in the Apple Script editor everything works fine and Chrome get's minimized. Thank your for your support :)

Contributor guide