feat: tipConfig

pull/193/head
kunfei 5 years ago
parent 7b7e8179e6
commit 435a3f6dc6
  1. 2
      app/src/main/java/io/legado/app/help/ReadTipConfig.kt

@ -46,7 +46,7 @@ object ReadTipConfig {
} }
var tipFooterMiddle: Int var tipFooterMiddle: Int
get() = App.INSTANCE.getPrefInt("tipFooterMiddle", none) get() = App.INSTANCE.getPrefInt("tipFooterMiddle", totalProgress)
set(value) { set(value) {
App.INSTANCE.putPrefInt("tipFooterMiddle", value) App.INSTANCE.putPrefInt("tipFooterMiddle", value)
} }

Loading…
Cancel
Save