mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 11:33:56 +00:00
fix: someone liked the paste hotkey
This commit is contained in:
@@ -413,7 +413,7 @@ class PlayerSettingsActivity : AppCompatActivity() {
|
||||
"Magenta"
|
||||
)
|
||||
val subBackgroundDialog = AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.outline_sub_color))
|
||||
.setTitle(getString(R.string.sub_background_color_select))
|
||||
binding.videoSubColorBackground.setOnClickListener {
|
||||
val dialog = subBackgroundDialog.setSingleChoiceItems(
|
||||
colorsSubBackground,
|
||||
@@ -440,7 +440,7 @@ class PlayerSettingsActivity : AppCompatActivity() {
|
||||
"Magenta"
|
||||
)
|
||||
val subWindowDialog = AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.outline_sub_color))
|
||||
.setTitle(getString(R.string.sub_window_color_select))
|
||||
binding.videoSubColorWindow.setOnClickListener {
|
||||
val dialog = subWindowDialog.setSingleChoiceItems(
|
||||
colorsSubWindow,
|
||||
|
||||
Reference in New Issue
Block a user