hide language selection

This commit is contained in:
Chr1Z93 2023-10-23 22:49:47 +02:00
parent 0520312add
commit d51e2b946d

View File

@ -115,8 +115,8 @@
</Row>
<!-- Option: card language -->
<Row class="option-text"
tooltip="Downloading a campaign or importing a deck will use&#xA;this language for cards (NOT FUNCTIONAL YET!).">
<!-- disabled until we have the backend in place
<Row class="option-text" tooltip="Downloading a campaign or importing a deck will use&#xA;this language for cards (NOT FUNCTIONAL YET!).">
<Cell class="option-dropdowntext">
<Panel class="option-wrapper">
<Text class="option-header">Card language</Text>
@ -124,8 +124,7 @@
</Cell>
<Cell class="option-dropdown">
<Panel class="dropdown-wrapper">
<Dropdown id="cardLanguage"
onValueChanged="languageSelected(selectedIndex)">
<Dropdown id="cardLanguage" onValueChanged="languageSelected(selectedIndex)">
<Option>简体中文</Option>
<Option>繁體中文</Option>
<Option>Deutsch</Option>
@ -136,7 +135,7 @@
</Dropdown>
</Panel>
</Cell>
</Row>
</Row> -->
<!-- Option: play area snap tags -->
<Row class="option-text"