Skip to content

Commit 98a8706

Browse files
committed
Improve clarity of enabled state
1 parent 77211f7 commit 98a8706

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

source/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function updateIcon(status, tabId)
132132
{
133133
// Figure the correct title/image with the given state
134134
var title = "Debugging, profiling & tracing disabled",
135-
image = "images/bug-gray.svg";
135+
image = "images/bug-outline.svg";
136136

137137
if (status == 1)
138138
{

source/images/bug-gray.svg

Lines changed: 0 additions & 14 deletions
This file was deleted.

source/images/bug-outline.svg

Lines changed: 7 additions & 0 deletions
Loading

source/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Xdebug helper",
33
"description": "Easy debugging, profiling and tracing extension for Xdebug",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"author": "Brian Gilbert",
66

77
"manifest_version": 2,
@@ -21,8 +21,8 @@
2121
},
2222

2323
"page_action": {
24-
"default_icon": "images/bug-gray.svg",
25-
"default_title": "Debugging, profiling & tracing disabled",
24+
"default_icon": "images/bug-outline.svg",
25+
"default_title": "Debugging, profiling & tracing",
2626
"default_popup" : "popup.html"
2727
},
2828
"content_scripts": [ {

0 commit comments

Comments
 (0)