From 220db19eb0bf3ade37c93fbb74ba6990d880e9b3 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Fri, 19 Sep 2014 19:53:26 +0900 Subject: [PATCH] Fix logic of basic mode. --- res/app/control-panes/device-control/device-control.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/control-panes/device-control/device-control.jade b/res/app/control-panes/device-control/device-control.jade index 57f2c2f8..6b20586f 100644 --- a/res/app/control-panes/device-control/device-control.jade +++ b/res/app/control-panes/device-control/device-control.jade @@ -1,7 +1,7 @@ .interact-control.fill-height.as-table.stf-device-control(ng-controller='DeviceControlCtrl') .as-cell.fill-height .as-table.fill-height - .stf-vnc-navbar.as-row(ng-show='!$root.basicMode || !$root.standalone') + .stf-vnc-navbar.as-row(ng-show='!$root.basicMode && !$root.standalone') .stf-vnc-right-buttons.pull-right .btn-group label.btn-sm.btn-primary-outline(type='button', ng-click='tryToRotate("portrait")',