mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
chore(deps): update tauri to 2.0.0-rc.12 (#1785)
This commit is contained in:
committed by
GitHub
parent
6f3f66794a
commit
fb85e5dd76
@@ -15,7 +15,7 @@ pub(crate) async fn is_permission_granted<R: Runtime>(
|
||||
match state {
|
||||
PermissionState::Granted => Ok(Some(true)),
|
||||
PermissionState::Denied => Ok(Some(false)),
|
||||
PermissionState::Unknown | PermissionState::PromptWithRationale => Ok(None),
|
||||
PermissionState::Prompt | PermissionState::PromptWithRationale => Ok(None),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user