Add article theme pop up to General Prefs

This commit is contained in:
Maurice Parker
2021-09-08 16:38:05 -05:00
parent 596202fc33
commit 9db72e50e8
3 changed files with 94 additions and 44 deletions

View File

@@ -31,6 +31,7 @@ final class ArticleThemesManager {
set {
if newValue != currentThemeName {
AppDefaults.shared.currentThemeName = newValue
updateCurrentTheme()
}
}
}