mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
parent
aedc45abd5
commit
639e44e182
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ void DatabaseTabWidget::importKeePass1Database()
|
|||
|
||||
void DatabaseTabWidget::importOpVaultDatabase()
|
||||
{
|
||||
#ifdef Q_MACOS
|
||||
#ifdef Q_OS_MACOS
|
||||
QString fileName = fileDialog()->getOpenFileName(this, tr("Open OPVault"), {}, "OPVault (*.opvault)");
|
||||
#else
|
||||
QString fileName = fileDialog()->getExistingDirectory(this, tr("Open OPVault"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue