Replies: 2 comments
-
I made an implementation with the following code, but it doesn't always feel very good `package win import ( var ( func createMainWindow() error {
} func createNotifyIcon() error {
} func init() {
} // ShowMessage 显示消息通知 // ShowInfo 显示信息通知 // ShowError 显示错误通知 // ShowWarning 显示警告通知 |
Beta Was this translation helpful? Give feedback.
-
走错框架了吧你,,,win里面发送通知直接调用webview2里面的web通知就行了。。。 |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Is it possible to add a system notification for Window with an application icon?
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions