mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 03:29:24 +00:00
fixed #152 Sorting now ignored case. All previously saved sorting settings in the entry view will be reverted to the default behaviour
This commit is contained in:
@@ -64,6 +64,11 @@ typedef NS_ENUM(NSUInteger, MPPasswordEncoding) {
|
||||
* Registers all the defaults for the applciaiton
|
||||
*/
|
||||
+ (void)setupDefaults;
|
||||
|
||||
/**
|
||||
* Brings the defaults to a current status. Removes obsoltes entries.
|
||||
*/
|
||||
+ (void)migrateDefaults;
|
||||
/**
|
||||
* Convenience Method to create a bind path for the NSUserDefaultsController
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user