Skip to content

Commit

Permalink
Refactor: Improve log msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul committed Mar 11, 2024
1 parent 4c418af commit 026b7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tweak.x
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BOOL dmVisualMsgsViewedButtonEnabled = false;
[[NSUserDefaults standardUserDefaults] setBool:true forKey:@"no_suggested_threads"];

// Display settings modal on screen
NSLog(@"[BHInsta] Displaying BHInsta settings modal");
NSLog(@"[BHInsta] Displaying BHInsta first-time settings modal");
UIViewController *rootController = [[self window] rootViewController];
SettingsViewController *settingsViewController = [SettingsViewController new];
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:settingsViewController];
Expand Down

0 comments on commit 026b7c4

Please sign in to comment.