mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 08:41:31 +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 {
|
||||
if newValue != currentThemeName {
|
||||
AppDefaults.shared.currentThemeName = newValue
|
||||
updateThemeNames()
|
||||
updateCurrentTheme()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user