1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-13 09:15:47 +02:00

Fix debug plugin after hiding app title

This commit is contained in:
chylex 2017-06-19 23:06:21 +02:00
parent 4658e30e89
commit 561c08e0cc

View File

@ -8,7 +8,7 @@ enabled(){
if (e.keyCode === 115){
this.isDebugging = !this.isDebugging;
$(".app-title").first().css("background-color", this.isDebugging ? "#5A6B75" : "#292F33");
$(".nav-user-info").first().css("background-color", this.isDebugging ? "#5A6B75" : "#292F33");
}
// Debug mode handling