feat: update fetch opg function

This commit is contained in:
2024-03-13 10:24:45 +07:00
parent 1be84f3139
commit 3005d27403
3 changed files with 32 additions and 47 deletions

View File

@@ -7,9 +7,8 @@ pub mod commands;
pub mod nostr;
pub mod tray;
use std::fs;
use nostr_sdk::prelude::*;
use std::fs;
use tauri::Manager;
use tauri_plugin_autostart::MacosLauncher;