<br>Hi,<br><br> I change a VDR's setup setting from inside a plugin like:<br><br>::Setup.UseSmallFont = 0; <br>::Setup.Save(); // commit the change to setup.conf<br clear="all"><br>This is done only when the plugin's setting is changed. ( in the Store() ). <br>
<br>When changes are accepted with OK, the setup.conf is written but it is immediately overwritten by a Setup.Save() call from cMenuSetupBase::Store(). How can I avoid this ?<br><br>Is there a more orderly way to modify VDR's setup settings ?<br>
<br><br>-- <br><br>Sundararaj