Skip to content

Commit

Permalink
Disable breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaTaf committed Mar 1, 2018
1 parent e13ab31 commit ef81eff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,11 @@ long _homeButtonType = 1;
- (void)_updateTextLabel {
return;
}
%end
%end

// Disable breadcrumb
%hook SBWorkspaceDefaults
- (bool)isBreadcrumbDisabled {
return YES;
}
%end

0 comments on commit ef81eff

Please sign in to comment.