aboutsummaryrefslogtreecommitdiffstats
path: root/app/qml/TbtBoard.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-05-31 12:44:40 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-05-31 12:44:40 +0900
commit27c26952a5d1905f11ea4d8fe3d303fee82efd56 (patch)
tree730dedc9a0f8ddedb1bbb2c3644c0c48a00039d6 /app/qml/TbtBoard.qml
parentccfef630efc19a235d4451582fb98a3cae35558c (diff)
change dbus to websocket
Diffstat (limited to 'app/qml/TbtBoard.qml')
-rw-r--r--app/qml/TbtBoard.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/qml/TbtBoard.qml b/app/qml/TbtBoard.qml
index cf6f537..738530d 100644
--- a/app/qml/TbtBoard.qml
+++ b/app/qml/TbtBoard.qml
@@ -93,7 +93,7 @@ Item {
// the cases of direction arrow board
states: [
State {
- name: "arriveDest" //arrive the destination
+ name: "12" //arrive the destination
PropertyChanges { target: turnDirectionBoard; source: "qrc:destination_full.png" }
PropertyChanges { target: turnDirection; source: "qrc:destination.png" }
},