detectads/webif/plugin/detectads/tsiconset.hook

6 lines
166 B
Plaintext
Raw Permalink Normal View History

2020-02-27 23:56:45 +00:00
#Add Ad-detection icon to browse file list
if {[$ts flag "Addetection"]} {
lappend icons [_addicon "/plugin/detectads/img/detectads.png" \
"Ad-detection done"]
}