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
Updated by herrlado almost 12 years ago
From live plugin
if ( Timers.BeingEdited() ) { StoreError( timerData, tr("Timers are being edited - try again later") ); return; }
Actions