Flow-Launcher / Flow.Launcher.PluginsManifest

Community-made plugins and submissions
MIT License
38 stars 109 forks source link

Plugin settings implementation #391

Closed Tomkov1c closed 1 month ago

Tomkov1c commented 2 months ago

I've been trying to implement settings into my c# plugin for weeks. I looked at other plugins who have them and copy pasted their code. No luck. Xaml elements don't load. Please help

taooceros commented 2 months ago

Have you implemented this interface? https://www.flowlauncher.com/docs/#/API-Reference/Flow.Launcher.Plugin/ISettingProvider

Tomkov1c commented 2 months ago

Yes. Made a UserControl page and everything, It doesn't show up.

jjw24 commented 2 months ago

@Tomkov1c perhaps share a link to your project so we could have a look.

Tomkov1c commented 2 months ago

@jjw24 https://github.com/Tomkov1c/Lorem-Ipsum-Generator

Tomkov1c commented 1 month ago

I tried copying another plugin's settings implementation. Didn't work. Pls help