You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(main_window): update sendSavingNotify to return notification ID
- Change sendSavingNotify from void to unsigned int to return the notification ID.
- Implement logic to close the notification in exitRecord using the returned ID.
- Adjust related calls in stopRecord to handle the notification ID correctly.
This improves the notification handling during the recording process, ensuring that users receive accurate feedback on the saving status.
bug: https://pms.uniontech.com/bug-view-359845.html
0 commit comments