mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-28 17:08:11 -04:00
parent
719ac64851
commit
2170794d9c
@ -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…
x
Reference in New Issue
Block a user