mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-16 20:10:37 +01:00
try setting speed as the file loading priority by default
This commit is contained in:
parent
16e8207b36
commit
bfda618d7f
@ -172,7 +172,7 @@ class Config(context: Context) : BaseConfig(context) {
|
|||||||
set(screenRotation) = prefs.edit().putInt(SCREEN_ROTATION, screenRotation).apply()
|
set(screenRotation) = prefs.edit().putInt(SCREEN_ROTATION, screenRotation).apply()
|
||||||
|
|
||||||
var fileLoadingPriority: Int
|
var fileLoadingPriority: Int
|
||||||
get() = prefs.getInt(FILE_LOADING_PRIORITY, PRIORITY_COMPROMISE)
|
get() = prefs.getInt(FILE_LOADING_PRIORITY, PRIORITY_SPEED)
|
||||||
set(fileLoadingPriority) = prefs.edit().putInt(FILE_LOADING_PRIORITY, fileLoadingPriority).apply()
|
set(fileLoadingPriority) = prefs.edit().putInt(FILE_LOADING_PRIORITY, fileLoadingPriority).apply()
|
||||||
|
|
||||||
var loopVideos: Boolean
|
var loopVideos: Boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user