fix(core): fix SecureInput troubleshoot link. Fix #892

This commit is contained in:
Federico Terzi 2022-01-03 21:38:06 +01:00
parent fe5c9cf19d
commit a143d951f8

View File

@ -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(())
}