Disable English mode

This commit is contained in:
Marvin Elsen 2024-09-20 20:14:38 +02:00
parent a65c1db941
commit 239d0d7da2
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

View File

@ -31,7 +31,8 @@
</userData>
</RadioButton>
<RadioButton mnemonicParsing="false" text="%search.mode.english"
toggleGroup="$searchModeToggleGroup">
toggleGroup="$searchModeToggleGroup"
disable="true">
<userData>
<SearchMode fx:value="ENGLISH"/>
</userData>