Using the dialog plugin caused the application to close. #13962
Answered
by
Sparkel-wsl
Sparkel-wsl
asked this question in
Q&A
-
OS:window11 I used tauri_plugin_dialog in my application. After compiling the code into an executable file, I was unable to open the program as a non-administrator. By checking the program log, I found that the program crashed when it reached the part where the dialog was used. The code is as follows:
How should I fix this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
Sparkel-wsl
Aug 7, 2025
Replies: 1 comment
-
Sorry, I forgot to initialize the plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sparkel-wsl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I forgot to initialize the plugin.