Merge pull request #6 from dnicolson/fix-advanced-settings-back-button

Fix advanced settings back button
This commit is contained in:
Tom Kidd 2022-10-14 09:49:56 -05:00 committed by GitHub
commit 0f96aa23cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -643,6 +643,7 @@ extern char urlbuffer[1024];
}
- (void)GLtoPreviousMenu {
[self.navigationController popViewControllerAnimated:NO];
[viewController setActive:NO];
[[viewController view] removeFromSuperview];
[window addSubview:navigationController.view];