From 451ec46218d0a5ac206441a48e5aa5b926209eb0 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 29 Dec 2021 10:41:53 -0500 Subject: I hate this project --- QuickActions/QuickActionsPrefs/QASRootListController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'QuickActions/QuickActionsPrefs/QASRootListController.m') diff --git a/QuickActions/QuickActionsPrefs/QASRootListController.m b/QuickActions/QuickActionsPrefs/QASRootListController.m index 2fe7cb2..0d26dc7 100644 --- a/QuickActions/QuickActionsPrefs/QASRootListController.m +++ b/QuickActions/QuickActionsPrefs/QASRootListController.m @@ -14,6 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ +#import "Preferences/PSTableCell.h" #import #import "QASRootListController.h" #include @@ -32,7 +33,7 @@ -(void)viewDidLoad { [super viewDidLoad]; - UIBarButtonItem *respringButton = [[UIBarButtonItem alloc] initWithTitle:@"Respring" + UIBarButtonItem *respringButton = [[UIBarButtonItem alloc] initWithTitle:@"Apply" style:UIBarButtonItemStylePlain target:self action:@selector(respring)]; -- cgit v1.2.3-56-ge451