We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36619da commit f7e4176Copy full SHA for f7e4176
src/images/ic_code_18px.svg
src/popup.html
@@ -166,6 +166,10 @@ <h2>
166
<md-icon md-svg-src="images/ic_attach_money_18px.svg"></md-icon>
167
<p>Donate</p>
168
</md-list-item>
169
+ <md-list-item ng-click="openLink('https://github.com/hao1300/modheader')">
170
+ <md-icon md-svg-src="images/ic_code_18px.svg"></md-icon>
171
+ <p>Source code</p>
172
+ </md-list-item>
173
<md-list-item ng-click="openLink('https://mod-header.appspot.com/help.html')">
174
<md-icon md-svg-src="images/ic_help_24px.svg"></md-icon>
175
<p>Help</p>
0 commit comments