mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-17 21:15:47 +02:00
Add a debugger trigger shortcut to debug plugin
This commit is contained in:
parent
a44cb884c4
commit
629f873bb2
@ -42,6 +42,14 @@ enabled(){
|
|||||||
col.model.setHasSound(prevSound);
|
col.model.setHasSound(prevSound);
|
||||||
}, 1);
|
}, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ========================
|
||||||
|
// D key - trigger debugger
|
||||||
|
// ========================
|
||||||
|
|
||||||
|
else if (e.keyCode === 68){
|
||||||
|
debugger;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user