feat(global-shortcut): add plugin (#324)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-04-18 18:18:14 -07:00
committed by GitHub
parent 8cd7d3501b
commit 4b66ba03a5
14 changed files with 857 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use tauri::{
mod commands;
mod error;
use error::Error;
pub use error::Error;
type Result<T> = std::result::Result<T, Error>;