mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-25 01:01:21 +01:00
Make sure that the theme names are always up to date before setting the current theme
This commit is contained in:
parent
063da4ac02
commit
7d2ec79986
@ -31,6 +31,7 @@ final class ArticleThemesManager: NSObject, NSFilePresenter {
|
|||||||
set {
|
set {
|
||||||
if newValue != currentThemeName {
|
if newValue != currentThemeName {
|
||||||
AppDefaults.shared.currentThemeName = newValue
|
AppDefaults.shared.currentThemeName = newValue
|
||||||
|
updateThemeNames()
|
||||||
updateCurrentTheme()
|
updateCurrentTheme()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user