Use simple counter display instead of progress bar.

This commit is contained in:
Michael Starke
2020-12-17 01:52:52 +01:00
parent fa85da3f82
commit b98b5635d5
5 changed files with 47 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface MPTOTPViewController : NSViewController
@property (strong) IBOutlet HNHUITextField *toptValueTextField;
@property (strong) IBOutlet NSProgressIndicator *remainingTimeProgressIndicator;
@property (strong) IBOutlet NSButton *remainingTimeButton;
@end