mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 00:30:51 +01:00
Fix bug that prevented us from returning to the original text size
This commit is contained in:
parent
c16a231530
commit
c26f09ad1c
@ -155,6 +155,7 @@ final class DetailWebViewController: NSViewController {
|
||||
|
||||
@objc func userDefaultsDidChange(_ note: Notification) {
|
||||
if articleTextSize != AppDefaults.shared.articleTextSize {
|
||||
articleTextSize = AppDefaults.shared.articleTextSize
|
||||
reloadHTMLMaintainingScrollPosition()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user