From b529a8218938384bb9c51f784ab301f0bca0d296 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 1 Jan 2019 09:07:53 +0100 Subject: Check application installable in real time, not stored --- qml/mageiawelcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/mageiawelcome.py') diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py index dfe6998..b5e13da 100644 --- a/qml/mageiawelcome.py +++ b/qml/mageiawelcome.py @@ -169,7 +169,7 @@ if __name__ == '__main__': view.rootContext().setContextProperty('launch', la) view.rootContext().setContextProperty('user', us) view.rootContext().setContextProperty('ConfList', cl) - view.rootContext().setContextProperty('installable', ins) + view.rootContext().setContextProperty('pyinstallable', ins) view.rootContext().setContextProperty('startupcheck', sc) view.rootContext().setContextProperty('norun', nr) current_path = os.path.abspath(os.path.dirname(__file__)) -- cgit v1.2.1