mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
added thread to flush VT queue after timeout
improved auth popup
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
|
||||
/* PROPERTIES */
|
||||
|
||||
//auth button
|
||||
@property (weak) IBOutlet NSButton *authButton;
|
||||
|
||||
//arrow icon
|
||||
@property (weak) IBOutlet NSImageView *arrowIcon;
|
||||
|
||||
//help button
|
||||
@property (weak) IBOutlet NSButton *helpButton;
|
||||
|
||||
//status msg
|
||||
@property (weak) IBOutlet NSTextField *statusMsg;
|
||||
|
||||
@@ -27,6 +36,10 @@
|
||||
// ->auths user!
|
||||
-(IBAction)authenticate:(id)sender;
|
||||
|
||||
//invoked when user clicks 'help' button
|
||||
// ->open product's page w/ anchor to help
|
||||
-(IBAction)help:(id)sender;
|
||||
|
||||
//invoked when user clicks 'cancel' button
|
||||
// ->exits app
|
||||
-(IBAction)close:(id)sender;
|
||||
|
||||
Reference in New Issue
Block a user