mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
Merge branch 'master' of https://github.com/mstarke/MacPass
This commit is contained in:
@@ -580,9 +580,14 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGroupKey
|
||||
switch([MPActionHelper typeForAction:[anItem action]]) {
|
||||
case MPActionAddGroup:
|
||||
valid &= (nil != self.selectedGroup);
|
||||
// fall-through
|
||||
valid &= (self.trash != self.selectedGroup);
|
||||
valid &= ![self isItemTrashed:self.selectedGroup];
|
||||
break;
|
||||
case MPActionAddEntry:
|
||||
// fall-through
|
||||
valid &= (nil != self.selectedGroup);
|
||||
valid &= (self.trash != self.selectedGroup);
|
||||
valid &= ![self isItemTrashed:self.selectedGroup];
|
||||
break;
|
||||
case MPActionDelete:
|
||||
valid &= (nil != self.selectedItem);
|
||||
valid &= (self.trash != self.selectedItem);
|
||||
|
||||
@@ -61,7 +61,9 @@ It is able to read and write database version 1 and 2. Not all database features
|
||||
|
||||
## Help
|
||||
|
||||
You might get help in the IRC channel [#macpass](irc://irc.freenode.org/macpass) on [irc.freenode.org](irc://irc.freenode.org)
|
||||
Some questions might be ansered in the [FAQ](https://github.com/mstarke/MacPass/wiki/FAQ)
|
||||
|
||||
Another place to look is the IRC channel [#macpass](irc://irc.freenode.org/macpass) on [irc.freenode.org](irc://irc.freenode.org)
|
||||
|
||||
##License
|
||||
|
||||
|
||||
Submodule TransformerKit updated: a1f3d66324...c3ccd5fed4
Reference in New Issue
Block a user