don't show tabs by default
This commit is contained in:
parent
10e8453094
commit
df9f894f5c
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user