mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 19:52:10 +00:00
add NativeShareService for file sharing using RustService
This commit is contained in:
parent
5a0e522620
commit
6f2b63dc1e
@ -0,0 +1,6 @@
|
|||||||
|
namespace AIStudio.Tools.Services;
|
||||||
|
|
||||||
|
public sealed class NativeShareService(RustService rustService)
|
||||||
|
{
|
||||||
|
public Task<bool> Share(string filePath) => rustService.ShareFile(filePath);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user