Actions
Feature #1239
closedTimers are being edited - try again later
Start date:
01/29/2013
Due date:
% Done:
0%
Estimated time:
Description
Check if it is live plugin feature, if we are in the osd menu of timers
Actions
Added by herrlado about 12 years ago. Updated about 12 years ago.
0%
Description
Check if it is live plugin feature, if we are in the osd menu of timers
From live plugin
if ( Timers.BeingEdited() ) { StoreError( timerData, tr("Timers are being edited - try again later") ); return; }