[desktop] Tauri update v2.2.5

This commit is contained in:
Vladimir Stoilov
2025-02-24 10:44:13 +02:00
parent f26e61ed15
commit 9ff7ec96d1
8 changed files with 9996 additions and 22601 deletions

View File

@@ -750,7 +750,7 @@ export class PortapiService {
// for data-manipulating methods success
// ends the stream.
if (data.type === 'success') {
observer.next();
observer.next(null as any);
observer.complete();
return;
}