enhancement: add reset after changing NSFW setting (#803)

This commit is contained in:
Diego Beraldin 2024-05-07 19:07:40 +02:00 committed by GitHub
parent 621d9f971d
commit 6eac0901b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,6 +187,8 @@ class SettingsViewModel(
includeNsfw = value
)
saveSettings(settings)
notificationCenter.send(NotificationCenterEvent.ResetHome)
notificationCenter.send(NotificationCenterEvent.ResetExplore)
}
}