mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 09:29:29 +00:00
Fixed regression in Preferences preventing willShowTab and didShowTab from being called.
This commit is contained in:
@@ -12,6 +12,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MPTabViewController : NSTabViewController
|
||||
|
||||
@property (nonatomic, copy, nullable) void (^willSelectTabHandler)(NSTabViewItem *item);
|
||||
@property (nonatomic, copy, nullable) void (^didSelectTabHandler)(NSTabViewItem *item);
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user