mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 17:24:04 +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) {
|
@objc func userDefaultsDidChange(_ note: Notification) {
|
||||||
if articleTextSize != AppDefaults.shared.articleTextSize {
|
if articleTextSize != AppDefaults.shared.articleTextSize {
|
||||||
|
articleTextSize = AppDefaults.shared.articleTextSize
|
||||||
reloadHTMLMaintainingScrollPosition()
|
reloadHTMLMaintainingScrollPosition()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user