Jack Hogan
Jack Hogan
Does nothing happen when you click either the blue text or the arrow? It may take some time.
[My fork](https://github.com/ImTheSquid/AlertToast/tree/master) should fix your issue.
Can you give me a full compiler backtrace so I can see where that's happening? Also make sure you pull the repo again and tell me what version of Swift...
This is most likely due to an implementation decision to reference the device's full screen bounds when positioning the toast instead of the presented view's bounds, so it can't take...
[Made it](https://github.com/ImTheSquid/AlertToast/tree/master).
Eventually I will get around to fixing this, but I have higher priorities and Discord is constantly breaking plugins so it may be a while.
I've added a temporary fix to the right click menu that allows you to download files that way. I don't know when (if ever) I'll revert it back to how...
I think it's a good idea to add this functionality and you're on the right track, but there definitely needs to be some more work done on the code. From...
If you want you can take a look at my [X11 capture plugin](https://github.com/ImTheSquid/gst-ximageredux), it uses the same type of stuff with a complete implementation.
Is there any progress on this issue? I took a quick look and at least for iOS 16+ there is an [`AppIntent`](https://developer.apple.com/documentation/appintents/appintent) protocol that may work with very little configuration,...