File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
2- project (robot_monitoring VERSION 2.5.0 )
2+ project (robot_monitoring VERSION 2.5.1 )
33
44add_subdirectory (xbot2_gui)
Original file line number Diff line number Diff line change 11[metadata]
22name = xbot2_gui_server
3- version = 2.5.0
3+ version = 2.5.1
44author = Arturo Laurenzi
55author_email = arturo.laurenzi@iit.it
66description = Backend for XBot2 QML GUI
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ ApplicationWindow {
184184 iconText: MaterialSymbolNames .weight
185185 iconFont: syms .font .family
186186 active: true
187- visible: requestedPages .indexOf (name) > - 1 || true
187+ visible: requestedPages .indexOf (name) > - 1
188188 }
189189
190190 PageItem {
You can’t perform that action at this time.
0 commit comments