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