mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-08-21 21:54:07 +02:00
Fix debug plugin after hiding app title
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user