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 f8f6160 commit 5416931Copy full SHA for 5416931
CMakeLists.txt
@@ -1,4 +1,4 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(robot_monitoring VERSION 2.5.0)
+project(robot_monitoring VERSION 2.5.1)
3
4
add_subdirectory(xbot2_gui)
server/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = xbot2_gui_server
-version = 2.5.0
+version = 2.5.1
author = Arturo Laurenzi
5
author_email = [email protected]
6
description = Backend for XBot2 QML GUI
xbot2_gui/main.qml
@@ -184,7 +184,7 @@ ApplicationWindow {
184
iconText: MaterialSymbolNames.weight
185
iconFont: syms.font.family
186
active: true
187
- visible: requestedPages.indexOf(name) > -1 || true
+ visible: requestedPages.indexOf(name) > -1
188
}
189
190
PageItem {
0 commit comments