mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 01:09:39 +00:00
Database settings now store and load color of db and compression algorithm
Fixed wrong sort descriptor for modificationDate on entry view table
This commit is contained in:
@@ -24,7 +24,9 @@ typedef NS_ENUM(NSUInteger, MPDatabaseSettingsTab) {
|
||||
|
||||
/* General Tab */
|
||||
@property (weak) IBOutlet NSTextField *databaseNameTextField;
|
||||
@property (weak) IBOutlet NSPopUpButton *databaseCompressionPopupButton;
|
||||
@property (unsafe_unretained) IBOutlet NSTextView *databaseDescriptionTextView;
|
||||
@property (weak) IBOutlet NSColorWell *databaseColorColorWell;
|
||||
|
||||
/* Security Tab */
|
||||
@property (weak) IBOutlet NSButton *protectTitleCheckButton;
|
||||
|
||||
Reference in New Issue
Block a user