We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c3a9e commit 65efbc0Copy full SHA for 65efbc0
app/src/main/resources/edu/wpi/first/shuffleboard/app/MainWindow.fxml
@@ -55,7 +55,9 @@
55
<padding>
56
<Insets topRightBottomLeft="4"/>
57
</padding>
58
- <left><Text text="Warning: Shuffleboard is deprecated" fill="red"/></left>
+ <left>
59
+ <Text text="Warning: Shuffleboard is deprecated" fill="red" underline="true" onMouseClicked="#openDocsInBrowser"/>
60
+ </left>
61
<center>
62
<fx:include source="PlaybackControls.fxml"/>
63
</center>
0 commit comments