fix: populate inbox check period in advanced settings (#949)

This commit is contained in:
Diego Beraldin 2024-06-08 07:45:49 +02:00 committed by GitHub
parent 5391828bb1
commit 8dfb1bf453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,7 @@ class AdvancedSettingsViewModel(
appIconChangeSupported = appIconManager.supportsMultipleIcons,
fadeReadPosts = settings.fadeReadPosts,
showUnreadComments = settings.showUnreadComments,
inboxBackgroundCheckPeriod = settings.inboxBackgroundCheckPeriod,
supportSettingsImportExport = fileSystemManager.isSupported,
enableButtonsToScrollBetweenComments = settings.enableButtonsToScrollBetweenComments,
)