mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
parent
49fd85c975
commit
43ca4e7dfe
2 changed files with 8 additions and 0 deletions
|
@ -1239,7 +1239,11 @@ void MainWindow::showUpdateCheckDialog()
|
|||
|
||||
void MainWindow::customOpenUrl(QString url)
|
||||
{
|
||||
#ifdef KEEPASSXC_DIST_APPIMAGE
|
||||
QProcess::execute("xdg-open", {url});
|
||||
#else
|
||||
QDesktopServices::openUrl(QUrl(url));
|
||||
#endif
|
||||
}
|
||||
|
||||
void MainWindow::openDonateUrl()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue