log when activating smartfold

This commit is contained in:
Maximilian Keßler 2022-10-21 10:13:58 +02:00
parent 3a785dd858
commit cd7baddc87
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -498,6 +498,7 @@ function injectCounter() {
if (otc.smartFold) {
if(this.MustFold) {
ot.action.Fold();
console.log('smart fold activated');
} else {
console.log('prevented bug by not smartfolding');
}