mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 05:42:10 +00:00
Update RootOptionsController.m (remove App Icon stuff)
New implementation related to the app icons has now made it incompatible with the rootoptions menu.
This commit is contained in:
parent
9e5018ef90
commit
1aa0a9cfb8
1 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#import "RootOptionsController.h"
|
||||
#import "ColourOptionsController.h"
|
||||
#import "ColourOptionsController2.h"
|
||||
#import "AppIconOptionsController.h"
|
||||
|
||||
@interface RootOptionsController ()
|
||||
@end
|
||||
|
|
@ -15,9 +14,6 @@
|
|||
|
||||
UIBarButtonItem *doneButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone target:self action:@selector(done)];
|
||||
self.navigationItem.leftBarButtonItem = doneButton;
|
||||
|
||||
UIBarButtonItem *appIconButton = [[UIBarButtonItem alloc] initWithTitle:@"App Icon" style:UIBarButtonItemStylePlain target:self action:@selector(showAppIconOptions)];
|
||||
self.navigationItem.rightBarButtonItem = appIconButton;
|
||||
|
||||
UITableViewStyle style;
|
||||
if (@available(iOS 13, *)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue