mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-10 12:43:45 -04:00
android: Replaced Add Applications button with generic Select button in setup
This commit is contained in:
parent
9ad314c5f7
commit
11b312e764
2 changed files with 2 additions and 3 deletions
|
|
@ -235,9 +235,9 @@ class SetupFragment : Fragment() {
|
|||
R.drawable.ic_controller,
|
||||
R.string.games,
|
||||
R.string.games_description,
|
||||
R.drawable.ic_add,
|
||||
0,
|
||||
true,
|
||||
R.string.add_games,
|
||||
R.string.select,
|
||||
{
|
||||
gamesDirCallback = it
|
||||
getGamesDirectory.launch(
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@
|
|||
<string name="done">Done</string>
|
||||
<string name="done_description">You\'re all set.\nEnjoy using the emulator!</string>
|
||||
<string name="text_continue">Continue</string>
|
||||
<string name="add_games">Add Applications</string>
|
||||
<string name="notifications">Notifications</string>
|
||||
<string name="notifications_description">Grant the notification permission with the button below.</string>
|
||||
<string name="give_permission">Grant permission</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue