Skip to content

Commit a0ea4d2

Browse files
Small fix to Globals initialSubTabIndex. (#338)
1 parent 8635ec3 commit a0ea4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/Constants/Globals.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ QtObject {
66
property int currentRefreshRate: 5 // 5 Hz
77
property bool useOpenGL: true
88
property int initialMainTabIndex: 0 // Tracking
9-
property int initialSubTabIndex: 0 // Signals
9+
property int initialSubTabIndex: -1 // Not triggered unless greater than -1. Defaults to first tab.
1010
property bool showCsvLog: false
1111
property bool showFileio: false
1212
property int height: 600

0 commit comments

Comments
 (0)