Skip to content

Commit 0ec3ffe

Browse files
committed
chore(#35): allow opening of settings from xdebug popup
1 parent 98a8706 commit 0ec3ffe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

source/manifest.json

Lines changed: 1 addition & 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.9",
4+
"version": "1.0.10",
55
"author": "Brian Gilbert",
66

77
"manifest_version": 2,
@@ -31,8 +31,6 @@
3131
} ],
3232
"background": {
3333
"scripts": [ "background.js" ]
34-
// ,
35-
// "persistent": false
3634
},
3735

3836
"commands": {

source/popup.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<i class="material-icons color--deep-purple">find_in_page</i><span class="hotkey">T</span>race
2828
</a>
2929
</li>
30+
<li>
31+
<a href="options.html" class="action" id="action-disable" target="_blank">
32+
<i class="material-icons color--gray">settings</i>Settings
33+
</a>
34+
</li>
3035
<li>
3136
<a href="#" class="action" id="action-disable" data-status="0">
3237
<i class="material-icons color--gray">power_settings_new</i>Di<span class="hotkey">s</span>able

0 commit comments

Comments
 (0)