Skip to content

Commit

Permalink
Added Madrigal Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
d3rt0xx authored Jul 18, 2022
1 parent d8cd0d5 commit abfcd84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/app/d3rt0xx/flyffdroid/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ public boolean onOptionsItemSelected(MenuItem item) {
case R.id.skillulator:
loadSecondClientWithUrl(Websites.SKILLULATOR);
break;
case R.id.madrigalmaps:
loadSecondClientWithUrl(Websites.MADRIGALMAPS);
break;
case R.id.flyffdroid:
loadSecondClientWithUrl(Websites.FLYFFDROID);
break;
Expand Down

0 comments on commit abfcd84

Please sign in to comment.