rebuild menu after toggle

This commit is contained in:
Stuart Breckenridge
2022-03-03 09:01:51 +08:00
parent fc323c4072
commit 115fa702ca

View File

@@ -415,6 +415,7 @@ class ArticleViewController: UIViewController, MainControllerIdentifiable {
@IBAction func toggleArticleExtractor(_ sender: Any) {
currentWebViewController?.toggleArticleExtractor()
configureArticleExtractorMenu()
}
@IBAction func nextUnread(_ sender: Any) {