summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/QASRootListController.m
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-12-29 10:41:53 -0500
committerCameron Katri <me@cameronkatri.com>2021-12-29 10:41:53 -0500
commit451ec46218d0a5ac206441a48e5aa5b926209eb0 (patch)
treef806fe4528e56ed2541b2fa7b7aefcb9cbbe8937 /QuickActions/QuickActionsPrefs/QASRootListController.m
parent15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93 (diff)
downloadtweaks-451ec46218d0a5ac206441a48e5aa5b926209eb0.tar.gz
tweaks-451ec46218d0a5ac206441a48e5aa5b926209eb0.tar.zst
tweaks-451ec46218d0a5ac206441a48e5aa5b926209eb0.zip
I hate this project
Diffstat (limited to 'QuickActions/QuickActionsPrefs/QASRootListController.m')
-rw-r--r--QuickActions/QuickActionsPrefs/QASRootListController.m3
1 files changed, 2 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
*/
+#import "Preferences/PSTableCell.h"
#import <Foundation/Foundation.h>
#import "QASRootListController.h"
#include <spawn.h>
@@ -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)];