hide language selection
This commit is contained in:
parent
0520312add
commit
d51e2b946d
@ -115,8 +115,8 @@
|
||||
</Row>
|
||||
|
||||
<!-- Option: card language -->
|
||||
<Row class="option-text"
|
||||
tooltip="Downloading a campaign or importing a deck will use
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
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"
|
||||
|
Loading…
Reference in New Issue
Block a user