mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Merge branch 'yayachiken-yayachiken-dev'
https://github.com/keepassx/keepassx/pull/58
This commit is contained in:
commit
0e8aa0bc6c
2
INSTALL
2
INSTALL
@ -2,7 +2,7 @@ Building:
|
|||||||
=========
|
=========
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. [CMAKE PARAMETERS]
|
cmake [CMAKE PARAMETERS] ..
|
||||||
make [-jX]
|
make [-jX]
|
||||||
|
|
||||||
Common cmake parameters:
|
Common cmake parameters:
|
||||||
|
@ -227,7 +227,7 @@ void MainWindow::updateCopyAttributesMenu()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!dbWidget->numberOfSelectedEntries() == 1) {
|
if (dbWidget->numberOfSelectedEntries() != 1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user