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
|
||||
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…
Reference in New Issue
Block a user