Kevin Zhang

Results 322 comments of Kevin Zhang

Sorry for the late reply. I think we are not able to remove the notification for now. Though, could you share the log so we can see why it cannot...

https://github.com/Flow-Launcher/Flow.Launcher/discussions/533 Also we may consider stop initializing disabled plugin (initialize them when they are being enabled).

> Don't know why we need to intialise disabled plugins, but yeah don't if the plugin is disabled. Initialising them when they are enabled would be nice but I thought...

Would you please share a sample plugin? I couldn't see how exactly it will be.

> Did we not expose the UserData location via API for python plugins? No

We are supposed to have a asynchronous access to icon so theoretically that shouldn't be an issue. However, probably it is stunt because of the buffer is not ready?

It may be a reasonably workaround. Though a bit unclean for implementation. But I think it is a UI issue. So you still need to wait for the simulated query...

yeah I understand your issue. We have seen that before, but I have no idea how to fix it since it is very likely a UI framework issue.

I still wonder is it possible to make this extendable with plugins? Although i think it may be somewhat hard, but it's interesting to allow plugins to provide this kinds...