mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-25 21:24:48 -05:00
Merge f1f2ea86eb into 331a2de136
This commit is contained in:
commit
f1450a4e46
1 changed files with 3 additions and 3 deletions
|
|
@ -1195,12 +1195,12 @@ void MainWindow::openBugReportUrl()
|
|||
|
||||
void MainWindow::openGettingStartedGuide()
|
||||
{
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_GettingStarted.html")));
|
||||
customOpenUrl(QString("file://%1").arg(resources()->dataPath("docs/KeePassXC_GettingStarted.html")));
|
||||
}
|
||||
|
||||
void MainWindow::openUserGuide()
|
||||
{
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_UserGuide.html")));
|
||||
customOpenUrl(QString("file://%1").arg(resources()->dataPath("docs/KeePassXC_UserGuide.html")));
|
||||
}
|
||||
|
||||
void MainWindow::openOnlineHelp()
|
||||
|
|
@ -1210,7 +1210,7 @@ void MainWindow::openOnlineHelp()
|
|||
|
||||
void MainWindow::openKeyboardShortcuts()
|
||||
{
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_KeyboardShortcuts.html")));
|
||||
customOpenUrl(QString("file://%1").arg(resources()->dataPath("docs/KeePassXC_KeyboardShortcuts.html")));
|
||||
}
|
||||
|
||||
void MainWindow::switchToDatabases()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue