mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 17:48:46 -04:00
Merge branch 'yayachiken-yayachiken-dev'
https://github.com/keepassx/keepassx/pull/58
This commit is contained in:
commit
0e8aa0bc6c
2 changed files with 2 additions and 2 deletions
2
INSTALL
2
INSTALL
|
@ -2,7 +2,7 @@ Building:
|
|||
=========
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. [CMAKE PARAMETERS]
|
||||
cmake [CMAKE PARAMETERS] ..
|
||||
make [-jX]
|
||||
|
||||
Common cmake parameters:
|
||||
|
|
|
@ -227,7 +227,7 @@ void MainWindow::updateCopyAttributesMenu()
|
|||
return;
|
||||
}
|
||||
|
||||
if (!dbWidget->numberOfSelectedEntries() == 1) {
|
||||
if (dbWidget->numberOfSelectedEntries() != 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue