diff options
| author | Cameron Katri <me@cameronkatri.com> | 2022-01-02 23:26:12 -0500 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2022-01-02 23:26:12 -0500 |
| commit | 46a1f2e586b3f0b44a4155acc520266fa21fdb55 (patch) | |
| tree | 5e0391d7a9745c83c9702f6f2d4088b3efd40cef /QuickActions/Tweak.h | |
| parent | 67bd724e0960b7c5635bfb7d67e1953da116cac1 (diff) | |
| download | tweaks-46a1f2e586b3f0b44a4155acc520266fa21fdb55.tar.gz tweaks-46a1f2e586b3f0b44a4155acc520266fa21fdb55.zip | |
Fixup hiding
Diffstat (limited to 'QuickActions/Tweak.h')
| -rw-r--r-- | QuickActions/Tweak.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/QuickActions/Tweak.h b/QuickActions/Tweak.h index 41f64fd..1c74481 100644 --- a/QuickActions/Tweak.h +++ b/QuickActions/Tweak.h @@ -108,8 +108,8 @@ @property (nonatomic) BOOL rightOpen; @property (nonatomic) BOOL collapseLeft; @property (nonatomic) BOOL collapseRight; --(CGRect)leftFrameForButton:(CSQuickActionsButton*)button; --(CGRect)rightFrameForButton:(CSQuickActionsButton*)button; +-(CGRect)leftFrameForButton:(CSQuickActionsButton*)button open:(BOOL)open; +-(CGRect)rightFrameForButton:(CSQuickActionsButton*)button open:(BOOL)open; -(void)setDoNotDisturb:(BOOL)state; -(BOOL)isDNDActive; -(void)updateDND:(NSNotification *)notif; |
