mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-20 12:54:41 -04:00
parent
719ac64851
commit
2170794d9c
1 changed files with 2 additions and 2 deletions
|
@ -464,9 +464,9 @@ void DatabaseWidget::openUrlForEntry(Entry* entry)
|
|||
}
|
||||
}
|
||||
else {
|
||||
QDesktopServices::openUrl(urlString);
|
||||
QUrl url = QUrl::fromUserInput(urlString);
|
||||
QDesktopServices::openUrl(url);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void DatabaseWidget::createGroup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue