| Index: ui/file_manager/file_manager/foreground/js/import_controller.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/import_controller.js b/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| index 7c23a6b9dd6833f647ac6bb2f0e6c23654b3f23a..777e3a7ab02024048de82032c597d17583fdf0c9 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| @@ -669,7 +669,7 @@ importer.RuntimeCommandWidget.prototype.update =
|
|
|
| this.mainButton_.hidden = false;
|
| this.sideButton_.hidden = false;
|
| - this.panelButton_.hidden = false;
|
| + this.panelButton_.hidden = true;
|
|
|
| this.toolbarIcon_.setAttribute('icon', 'autorenew');
|
| this.statusIcon_.setAttribute('icon', 'autorenew');
|
| @@ -689,10 +689,10 @@ importer.RuntimeCommandWidget.prototype.update =
|
|
|
| this.mainButton_.hidden = false;
|
| this.sideButton_.hidden = false;
|
| - this.panelButton_.hidden = false;
|
| + this.panelButton_.hidden = true;
|
|
|
| - this.toolbarIcon_.setAttribute('icon', 'image:photo');
|
| - this.statusIcon_.setAttribute('icon', 'cloud-off');
|
| + this.toolbarIcon_.setAttribute('icon', 'cloud-off');
|
| + this.statusIcon_.setAttribute('icon', 'image:photo');
|
| break;
|
|
|
| case importer.ActivityState.NO_MEDIA:
|
|
|