mirror of
https://github.com/gezimos/inkOS.git
synced 2025-12-23 22:17:55 -05:00
Removed Battery Font/size Prefs since it's tied to Date Widget.
This commit is contained in:
@@ -112,7 +112,7 @@ class Prefs(val context: Context) {
|
||||
var einkRefreshDelay: Int
|
||||
get() = prefs.getInt(
|
||||
EINK_REFRESH_DELAY,
|
||||
com.github.gezimos.inkos.data.Constants.DEFAULT_EINK_REFRESH_DELAY
|
||||
Constants.DEFAULT_EINK_REFRESH_DELAY
|
||||
)
|
||||
set(value) = prefs.edit { putInt(EINK_REFRESH_DELAY, value) }
|
||||
var appClickDate: AppListItem
|
||||
|
||||
Reference in New Issue
Block a user