aboutsummaryrefslogtreecommitdiff
path: root/popup/popup.html
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-21 17:14:56 +0800
committercrupest <crupest@outlook.com>2020-10-21 17:14:56 +0800
commita95c1bb90af94c0a3e9dff488a40f8dc709c3585 (patch)
treef0182c22745471b70657eb3da295a91823c5e188 /popup/popup.html
parentd7d09fc08a85fb8af4ef3bd3788961a01a26c515 (diff)
downloadProxyChanger-a95c1bb90af94c0a3e9dff488a40f8dc709c3585.tar.gz
ProxyChanger-a95c1bb90af94c0a3e9dff488a40f8dc709c3585.tar.bz2
ProxyChanger-a95c1bb90af94c0a3e9dff488a40f8dc709c3585.zip
Allow to set proxy url.
Diffstat (limited to 'popup/popup.html')
-rw-r--r--popup/popup.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html
index 8f082df..16e4bd0 100644
--- a/popup/popup.html
+++ b/popup/popup.html
@@ -10,6 +10,8 @@
<div id="direct_button" class="button">Direct</div>
<div id="system_button" class="button">System</div>
<div id="proxy_button" class="button">Proxy</div>
+ <hr />
+ <div id="settings_button" class="button">Settings</div>
<script src="popup.js"></script>
</body>
</html>