Skip to content

Commit ce1ceee

Browse files
committed
open settings on click
1 parent 7318931 commit ce1ceee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/chat-background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chrome.action.onClicked.addListener(() => {
1010
if (isLiveTL) {
1111
chrome.tabs.create({ url: 'https://livetl.app' }, () => {});
1212
} else {
13-
chrome.tabs.create({ url: 'https://livetl.app/en/hyperchat/' }, () => {});
13+
chrome.tabs.create({ url: '/options.html' }, () => {});
1414
}
1515
});
1616

0 commit comments

Comments
 (0)