The confirmation button does not come up if you right click on purge queue and open in new window (did it by accident)
Queue just gets purged without confirmation. Not sure if this is fixed in later releases.
Let me know if you need more information for bugfix - thx
Workaround - For the time being I have removed the button
#Backup:
cp /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl.backup
/usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl
#Edit the file (you can use another editor if you don't know vi
sudo vi /usr/share/sabnzbdplus/interfaces/Classic/templates/queue.tmpl
#Replace:
$T('purgeQueue')
#With:
$T('purgeQueue')
-->
#restart:
sudo /etc/init.d/sabnzbdplus restart
