don't show tabs by default

This commit is contained in:
Michael Zanetti 2018-10-17 23:44:04 +02:00
parent 10e8453094
commit df9f894f5c

View File

@ -40,7 +40,7 @@ ApplicationWindow {
property int currentMainViewIndex: 0
property bool showHiddenOptions: false
property int cloudEnvironment: 0
property bool showConnectionTabs: app.hasOwnProperty("industrialSetup") && app.industrialSetup
property bool showConnectionTabs: false
property int tabCount: 1
}