fix(core): fix SecureInput troubleshoot link. Fix #892
This commit is contained in:
parent
fe5c9cf19d
commit
a143d951f8
|
@ -33,9 +33,7 @@ impl SecureInputManagerAdapter {
|
|||
|
||||
impl SecureInputManager for SecureInputManagerAdapter {
|
||||
fn display_secure_input_troubleshoot(&self) -> anyhow::Result<()> {
|
||||
// TODO: replace with actual URL
|
||||
// TODO: in the future, this might be a self-contained WebView window
|
||||
opener::open_browser("https://espanso.org/docs")?;
|
||||
opener::open_browser("https://espanso.org/docs/next/troubleshooting/secure-input/")?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user