diff --git a/src/main/webapp/app/view/speaker/ShowcaseEditButtons.js b/src/main/webapp/app/view/speaker/ShowcaseEditButtons.js
index 9b563c6fa3c0ac2b7c22413dff64e81b344a5edc..0f852b9c0402c9c9fa7fa9158c87c79dbbc58bef 100755
--- a/src/main/webapp/app/view/speaker/ShowcaseEditButtons.js
+++ b/src/main/webapp/app/view/speaker/ShowcaseEditButtons.js
@@ -138,6 +138,7 @@ Ext.define('ARSnova.view.speaker.ShowcaseEditButtons', {
 		this.exportToClickButton = Ext.create('ARSnova.view.MatrixButton', {
 			text: Messages.QUESTION_EXPORT_TO_CLICK,
 			cls: this.config.buttonClass,
+			hidden: !ARSnova.app.globalConfig.features.exportToClick,
 			imageCls: 'icon-cloud-download',
 			scope: this,
 			handler: function () {