Skip to content

Commit 5416931

Browse files
committed
transportation invisible by default
1 parent f8f6160 commit 5416931

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(robot_monitoring VERSION 2.5.0)
2+
project(robot_monitoring VERSION 2.5.1)
33

44
add_subdirectory(xbot2_gui)

server/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = xbot2_gui_server
3-
version = 2.5.0
3+
version = 2.5.1
44
author = Arturo Laurenzi
55
author_email = [email protected]
66
description = Backend for XBot2 QML GUI

xbot2_gui/main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)