mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
feat(global-shortcut): add plugin (#324)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8cd7d3501b
commit
4b66ba03a5
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user