hiding xml2console for now
This commit is contained in:
parent
70642e0f1a
commit
be573d38a5
|
@ -20,7 +20,7 @@ class View:
|
|||
def _view(self):
|
||||
return h("div", {"on": { "click": msg(Reset) }}, [
|
||||
View.view_entry(self.model.entry),
|
||||
h("button.blk", {"on": { "click": lambda _: console.log(export_to_xml(self.model)) } }, "XML2Console"),
|
||||
# h("button.blk", {"on": { "click": lambda _: console.log(export_to_xml(self.model)) } }, "XML2Console"),
|
||||
View.view_menu(self.model.menu_location, self.model.menu_shown, self.model.translation),
|
||||
View.view_modal(self.model.modal_shown, self.model.modal)])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user