How to use the 'Plugins options' in wails3 #3792
pandason125
started this conversation in
General
Replies: 2 comments 2 replies
-
Plugins is deprecated in favour of services. |
Beta Was this translation helpful? Give feedback.
0 replies
-
then wails3 how to set single instance?wails3 SingleInstanceLock option was deprecated |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documents had inintroduced Plugins demo ,but application.Options didn‘t use it like :
Plugins: map[string]application.Plugin{ "single_instance": single_instance.NewPlugin(&single_instance.Config{ // When true, the original app will be activated when a second instance is launched ActivateAppOnSubsequentLaunch: true, }), },
the 'Plugins' is promt unknown field Plugins in struct literal of type
Beta Was this translation helpful? Give feedback.
All reactions