mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-01-22 19:40:12 +01:00
flip front photos horizontally by default
This commit is contained in:
parent
686f37b32a
commit
acea2ce5f2
@ -43,7 +43,7 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
set(turnFlashOffAtStartup) = prefs.edit().putBoolean(TURN_FLASH_OFF_AT_STARTUP, turnFlashOffAtStartup).apply()
|
||||
|
||||
var flipPhotos: Boolean
|
||||
get() = prefs.getBoolean(FLIP_PHOTOS, false)
|
||||
get() = prefs.getBoolean(FLIP_PHOTOS, true)
|
||||
set(flipPhotos) = prefs.edit().putBoolean(FLIP_PHOTOS, flipPhotos).apply()
|
||||
|
||||
var lastUsedCamera: Int
|
||||
|
Loading…
Reference in New Issue
Block a user