Skip to content

Commit 73478f8

Browse files
authored
Merge pull request #63 from JichouP:fix/#47
- でアクティビティタブに飛ぶ
2 parents b9d884b + 7f6a4e5 commit 73478f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
1616

1717
### Changed
1818

19+
- [全環境] デフォルト設定で、フォローモードをオンにするときに、自動でアクティビティタブに飛ぶように変更 [#63](https://github.com/JichouP/Better-traQ/issues/63)
1920
- [全環境] チャンネルフィルターにフォーカスして、現在のチャンネルを入力するとき、最後に / を付ける [#61](https://github.com/JichouP/Better-traQ/issues/61)
2021
- [全環境] 条件の名前を変更 [#51](https://github.com/JichouP/Better-traQ/issues/51) [#60](https://github.com/JichouP/Better-traQ/issues/60)
2122
- `homeChannelExists``existHomeChannel`

src/content_scripts/default/task.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ const defaultTasks: Task[] = [
253253
],
254254
actions: [
255255
'scrollTopOfNavigationBar',
256+
'clickNavigationSelectorActivityTab',
256257
'toggleNavigationBarActivityFollowMode',
257258
],
258259
},

0 commit comments

Comments
 (0)