Aby Nimbalkar
Aby Nimbalkar
@JayHoltslander do you want to add me as a collaborator on this repo? I have the changes made already, just need permission to commit :)
Pushed a fix for Sketch 40 and above. Please test!
Pushed another update with a fix for the legacy folder placement. Also added [Sketch Runner](http://sketchrunner.com) integration. 
A workaround in two steps: 1. Add a `var window: UIWindow?` in _AppDelegate_ 1. Set its value at the end of _SceneDelegate_'s `scene(_ scene: willConnectTo: options:)`: ``` if let appDelegate...
Thanks @fredfontes. I've pushed another patch update (v2.3.1). Let me know if that fixes the issues.
@fredfontes could you please post a screenshot of your UserFlows Settings? I'm probably missing some specific combination of settings. Also what exactly is not working?
@fredfontes any errors showing up in Console.app when you run one of the commands?
Looks like there's an issue with the Portuguese localization. Can you try to switch back to English by running this snippet in the custom script window: ``` NSUserDefaults.standardUserDefaults().setObject_forKey("en", "com.abynim.userflows.languageCode"); ```
@Miraluu to remove a link please select the source layer and use the `Remove Link` command.
Hey Niklas, I just tested in Sketch 73 and it seems to be working. Can you tell me which part of the plugin is not working for you? Thanks!