mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add automatic setting to reader settings (#5045)
This commit is contained in:
		| @@ -94,8 +94,8 @@ class SettingsReaderController : SettingsController() { | ||||
|             intListPreference { | ||||
|                 key = Keys.readerTheme | ||||
|                 titleRes = R.string.pref_reader_theme | ||||
|                 entriesRes = arrayOf(R.string.black_background, R.string.gray_background, R.string.white_background) | ||||
|                 entryValues = arrayOf("1", "2", "0") | ||||
|                 entriesRes = arrayOf(R.string.black_background, R.string.gray_background, R.string.white_background, R.string.automatic_background) | ||||
|                 entryValues = arrayOf("1", "2", "0", "3") | ||||
|                 defaultValue = "1" | ||||
|                 summary = "%s" | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user