mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-10 07:30:05 -04:00
fix language support on changing language
This commit is contained in:
parent
02eb2fb005
commit
da0f4f4652
21 changed files with 27 additions and 28 deletions
|
@ -662,7 +662,6 @@ public class PreferencesView extends ActivatableViewAndModel<GridPane, Preferenc
|
|||
|
||||
if (model.needsSupportLanguageWarning()) {
|
||||
new Popup().warning(Res.get("settings.preferences.supportLanguageWarning",
|
||||
model.getMediationLanguages(),
|
||||
model.getArbitrationLanguages()))
|
||||
.closeButtonText(Res.get("shared.ok"))
|
||||
.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue