[WIP] Fix tauri notifications

This commit is contained in:
Vladimir Stoilov
2024-12-03 17:28:40 +02:00
parent d15ede9f53
commit 5ae261f062
7 changed files with 39 additions and 35 deletions

View File

@@ -37,7 +37,7 @@ func (i *OSIntegration) Initialize() error {
return nil
}
// CleanUp releases any resourses allocated during initializaion.
// CleanUp releases any resources allocated during initialization.
func (i *OSIntegration) CleanUp() error {
if i.os.dll != nil {
return i.os.dll.Release()