X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecTray%2Fcontroller%2Fapplications%2FApplicationControllerUI.cs;h=a9eb3b5fc8dd163010b3ec439cac345520c1a5a9;hb=5db8689e8c3471de146008a9e226d883a35ed037;hp=de2b97ec954d15d59afd49b5d0968c101a54e213;hpb=cf3303fcf1e227b331e915a0397440bd1be3ca7f;p=deb_libcec.git diff --git a/src/LibCecTray/controller/applications/ApplicationControllerUI.cs b/src/LibCecTray/controller/applications/ApplicationControllerUI.cs index de2b97e..a9eb3b5 100644 --- a/src/LibCecTray/controller/applications/ApplicationControllerUI.cs +++ b/src/LibCecTray/controller/applications/ApplicationControllerUI.cs @@ -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