mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-03 14:47:39 +01:00
fix: populate inbox check period in advanced settings (#949)
This commit is contained in:
parent
5391828bb1
commit
8dfb1bf453
@ -103,6 +103,7 @@ class AdvancedSettingsViewModel(
|
||||
appIconChangeSupported = appIconManager.supportsMultipleIcons,
|
||||
fadeReadPosts = settings.fadeReadPosts,
|
||||
showUnreadComments = settings.showUnreadComments,
|
||||
inboxBackgroundCheckPeriod = settings.inboxBackgroundCheckPeriod,
|
||||
supportSettingsImportExport = fileSystemManager.isSupported,
|
||||
enableButtonsToScrollBetweenComments = settings.enableButtonsToScrollBetweenComments,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user