lock-manager icon indicating copy to clipboard operation
lock-manager copied to clipboard

Send notifications on manual unlock

Open djangosChef opened this issue 5 years ago • 2 comments

djangosChef avatar May 04 '19 04:05 djangosChef

Like I mentioned in issue #120, line 1273

if (notifyManualLock) {

should be changed to

if (notifyManualUnlock) {

gabindu avatar May 10 '19 23:05 gabindu

Updated, thanks!

djangosChef avatar May 11 '19 02:05 djangosChef