We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8635ec3 commit a0ea4d2Copy full SHA for a0ea4d2
resources/Constants/Globals.qml
@@ -6,7 +6,7 @@ QtObject {
6
property int currentRefreshRate: 5 // 5 Hz
7
property bool useOpenGL: true
8
property int initialMainTabIndex: 0 // Tracking
9
- property int initialSubTabIndex: 0 // Signals
+ property int initialSubTabIndex: -1 // Not triggered unless greater than -1. Defaults to first tab.
10
property bool showCsvLog: false
11
property bool showFileio: false
12
property int height: 600
0 commit comments