More work on Recylcebin support #24

Document settings display tree to chose recycle bin location
This commit is contained in:
michael starke
2013-07-02 00:48:48 +02:00
parent d5e40721dd
commit f3001b35e1
21 changed files with 477 additions and 220 deletions

View File

@@ -19,6 +19,7 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionOpenURL, // open url in default browser
MPActionToggleInspector,
MPActionLock, // show the lock screen
MPActionEmptyTrash // empties the trashcan, if there is one
};
@interface MPActionHelper : NSObject