mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 08:52:20 +00:00
vent background style to subcontroll
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
[self _updateCountDisplay];
|
||||
}
|
||||
|
||||
- (void)setBackgroundStyle:(NSBackgroundStyle)backgroundStyle {
|
||||
super.backgroundStyle = backgroundStyle;
|
||||
self.countButton.cell.backgroundStyle = backgroundStyle;
|
||||
}
|
||||
|
||||
- (void)_setupDefaults {
|
||||
_count = 0;
|
||||
_hideZeroCount = YES;
|
||||
|
||||
Reference in New Issue
Block a user