disable application launch logic

This commit is contained in:
Ondrej Samohel 2020-10-14 15:02:24 +02:00
parent cf0d2f2adc
commit 1774c76d62
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -155,8 +155,10 @@ def check_inventory():
def application_launch():
ensure_scene_settings()
check_inventory()
# FIXME: manually invoked because of server <-> client problems.
# ensure_scene_settings()
# check_inventory()
pass
def export_template(backdrops, nodes, filepath):