Added unlink() function

This commit is contained in:
2025-02-10 22:54:27 +03:00
parent b31f4c8c45
commit 1d0e3036e9
2 changed files with 19 additions and 4 deletions
+1
View File
@@ -420,6 +420,7 @@ impl App {
return;
}
pwsp_output.unwrap().unlink(mic.unwrap());
pwsp_output.unwrap().link(mic.unwrap());
}
}