Skip to content

Allow enable/disable of tweak without respring #23

@conath

Description

@conath

Currently the isTweakEnabled gets checked in CCUIControlCenterViewController _loadPages:

- (void)_loadPages {
  LoadPrefs();
  if (!isTweakEnabled) {
    %orig;
    return;
  }
// else load tweak into CC …

This requires a respring to be called again (according to brief testing).

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions