mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
fix dynamic part creation setting is not persisted
This commit is contained in:
parent
8fe29ec8ac
commit
d51d63db4c
@ -15,6 +15,7 @@
|
||||
### Fixed
|
||||
|
||||
- App is now open in center of screen
|
||||
- Some settings doesn't persist after app restart
|
||||
|
||||
### Security
|
||||
|
||||
|
@ -69,6 +69,7 @@ data class AppSettingsModel(
|
||||
return source.apply {
|
||||
put(Keys.theme, focus.theme)
|
||||
put(Keys.threadCount, focus.threadCount)
|
||||
put(Keys.dynamicPartCreation, focus.dynamicPartCreation)
|
||||
put(Keys.useAverageSpeed, focus.useAverageSpeed)
|
||||
put(Keys.speedLimit, focus.speedLimit)
|
||||
put(Keys.autoStartOnBoot, focus.autoStartOnBoot)
|
||||
|
Loading…
x
Reference in New Issue
Block a user