load and save the 2548:1002 config for XBMC too. try to create the profile directory...
[deb_libcec.git] / src / LibCecTray / ui / CECTray.cs
index a44cd8ac155e936ea2ea0d1b46b60ab79b49b364..e8dd66b584b8817ad6e5b505d455b17269c81602 100644 (file)
@@ -491,6 +491,10 @@ namespace LibCECTray.ui
     private ConfigTab _selectedTab = ConfigTab.Configuration;
     private string _log = string.Empty;
     private readonly CECController _controller;
+    public CECController Controller
+    {
+      get { return _controller; }
+    }
     public Control.ControlCollection TabControls
     {
       get { return tabPanel.Controls; }