Changed DeepL info button into settings button

This commit is contained in:
M66B
2022-11-09 12:28:03 +01:00
parent aa35ac1228
commit 04bfb2f167
2 changed files with 5 additions and 4 deletions

View File

@@ -772,7 +772,8 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
ibDeepL.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Helper.viewFAQ(v.getContext(), 167, true);
DeepL.FragmentDialogDeepL fragment = new DeepL.FragmentDialogDeepL();
fragment.show(getParentFragmentManager(), "deepl:configure");
}
});