mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 18:42:24 +00:00
Added bagde icon to show timeout for clipboard clearing Badge display not optimal if clipboard clearing is disabled Autotype incovation on locked documents now activates MacPass to unlock. If multipel entries match, the seleciton dialog will pop up as well
14 lines
237 B
Objective-C
14 lines
237 B
Objective-C
//
|
|
// MPDockTileHelper.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 27/03/14.
|
|
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface MPDockTileHelper : NSObject
|
|
|
|
@end
|