Fix color correction apply buttons #597

pull/601/head
Koitharu 2 years ago
parent 920e16be10
commit f1c9eacaf0
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -119,9 +119,9 @@ class ColorFilterConfigActivity :
.setMessage(R.string.color_correction_apply_text) .setMessage(R.string.color_correction_apply_text)
.setNegativeButton(android.R.string.cancel, null) .setNegativeButton(android.R.string.cancel, null)
.setPositiveButton(R.string.this_manga) { _, _ -> .setPositiveButton(R.string.this_manga) { _, _ ->
viewModel.saveGlobally()
}.setNeutralButton(R.string.globally) { _, _ ->
viewModel.save() viewModel.save()
}.setNeutralButton(R.string.globally) { _, _ ->
viewModel.saveGlobally()
}.show() }.show()
} }

Loading…
Cancel
Save