add hotkeys to show window and launch terminal

This commit is contained in:
2023-09-09 07:29:57 -07:00
parent c98a065587
commit 5685948608
5 changed files with 69 additions and 1 deletions

View File

@@ -95,6 +95,8 @@ pub enum SetupError {
ServerSetupError(#[from] std::io::Error),
#[error("Failed to resolve data directory: {0}")]
DataDir(#[from] DataDirError),
#[error("Failed to register hotkeys: {0}")]
RegisterHotkeys(#[from] tauri::Error),
}