bugfix for close button

This commit is contained in:
Chr1Z93 2023-10-14 02:36:37 +02:00
parent 13325c1e89
commit e7327d7c70

View File

@ -356,7 +356,7 @@
<Button class="bottomButtons" <Button class="bottomButtons"
onClick="onClick_defaultSettings">Load defaults</Button> onClick="onClick_defaultSettings">Load defaults</Button>
<Button class="bottomButtons" <Button class="bottomButtons"
onClick="onClick_toggleUi(Hidden)">Close</Button> onClick="onClick_toggleUi(Options)">Close</Button>
</HorizontalLayout> </HorizontalLayout>
</Cell> </Cell>
</Row> </Row>