Skip to content

Commit

Permalink
Fix QML breakage in server switching
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Mar 6, 2024
1 parent d6abcb5 commit 7fbf3a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions src/ui/screens/home/controller/ControllerView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ Item {
visible: false
}

PropertyChanges {
target: connectionInfoToggleButton
visible: false
}

PropertyChanges {
target: connectionStability
visible: false
Expand Down Expand Up @@ -256,11 +251,6 @@ Item {
visible: true
}

PropertyChanges {
target: connectionInfoToggleButton
visible: !ipInfoPanel.isOpen
}

PropertyChanges {
target: animatedRings
visible: true
Expand Down
6 changes: 0 additions & 6 deletions tests/functional/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ class QmlQueryComposer {
const screenHome = {
BACK: new QmlQueryComposer('//screenHome-back'),
CAP_PORTAL_BUTTON: new QmlQueryComposer('//captivePortalAlertActionButton'),
CONNECTION_INFO_ERROR: new QmlQueryComposer('//connectionInfoError'),
CONNECTION_INFO_RETRY:
new QmlQueryComposer('//connectionInfoErrorRetryButton'),
CONNECTION_INFO_RESTART:
new QmlQueryComposer('//connectionInfoRestartButton'),
CONNECTION_INFO_TOGGLE: new QmlQueryComposer('//connectionInfoToggleButton'),
CONTROLLER_SUBTITLE: new QmlQueryComposer('//controllerSubTitle'),
CONTROLLER_TITLE: new QmlQueryComposer('//controllerTitle'),
CONTROLLER_TOGGLE: new QmlQueryComposer('//controllerToggle'),
Expand Down

0 comments on commit 7fbf3a6

Please sign in to comment.