mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 07:49:55 -05:00
Fix docs link anchors
This commit is contained in:
parent
8499a90caa
commit
1126055015
@ -485,12 +485,12 @@ void DatabaseOpenWidget::hardwareKeyResponse(bool found)
|
|||||||
|
|
||||||
void DatabaseOpenWidget::openHardwareKeyHelp()
|
void DatabaseOpenWidget::openHardwareKeyHelp()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs#faq-cat-yubikey"));
|
QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs/#faq-yubikey-2fa"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void DatabaseOpenWidget::openKeyFileHelp()
|
void DatabaseOpenWidget::openKeyFileHelp()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs#faq-cat-keyfile"));
|
QDesktopServices::openUrl(QUrl("https://keepassxc.org/docs/#faq-keyfile-howto"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void DatabaseOpenWidget::setUserInteractionLock(bool state)
|
void DatabaseOpenWidget::setUserInteractionLock(bool state)
|
||||||
|
Loading…
Reference in New Issue
Block a user