disable configure buttons for apps that can't be configured
[deb_libcec.git] / src / LibCecTray / controller / applications / ApplicationControllerUI.cs
index de2b97ec954d15d59afd49b5d0968c101a54e213..a9eb3b5fc8dd163010b3ec439cac345520c1a5a9 100644 (file)
@@ -53,6 +53,8 @@ namespace LibCECTray.controller.applications
       _controller.ControlApplication.ReplaceControls(this, Controls, cbControlApplication);
       _controller.SuppressKeypressWhenSelected.ReplaceControls(this, Controls, cbSuppressKeypress);
       _controller.StartFullScreen.ReplaceControls(this, Controls, cbStartFullScreen);
+
+      bConfigure.Enabled = _controller.CanConfigureProcess;
     }
 
     public override sealed string Text