Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Touchbar Inverted for MacOS #968

Closed
wants to merge 33 commits into from
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
643581f
Update readme.md
Zo-Bro-23 Dec 3, 2022
600c592
Create release.yml
Zo-Bro-23 Dec 7, 2022
ca91752
Update release.yml
Zo-Bro-23 Dec 7, 2022
0f56cc2
Update package.json
Zo-Bro-23 Dec 7, 2022
fbcdd13
Update release.yml
Zo-Bro-23 Dec 7, 2022
4ac66dc
Update release.yml
Zo-Bro-23 Dec 7, 2022
a809a2a
Update package.json
Zo-Bro-23 Dec 7, 2022
c4594d8
Update package.json
Zo-Bro-23 Dec 7, 2022
0f01e2a
Update release.yml
Zo-Bro-23 Dec 7, 2022
1e7010d
Update release.yml
Zo-Bro-23 Dec 7, 2022
5177267
Update package.json
Zo-Bro-23 Dec 8, 2022
8d30b3a
Update release.yml
Zo-Bro-23 Dec 8, 2022
6916658
Update package.json
Zo-Bro-23 Dec 8, 2022
09f4345
Update release.yml
Zo-Bro-23 Dec 8, 2022
762685f
Update release.yml
Zo-Bro-23 Dec 8, 2022
0d6ddad
Update release.yml
Zo-Bro-23 Dec 8, 2022
3ec2a9c
Update release.yml
Zo-Bro-23 Dec 8, 2022
7337e76
Update release.yml
Zo-Bro-23 Dec 8, 2022
6b2e2e8
Update release.yml
Zo-Bro-23 Dec 8, 2022
7c6df25
Update release.yml
Zo-Bro-23 Dec 8, 2022
eb933cc
Update release.yml
Zo-Bro-23 Dec 10, 2022
a0aaa38
Update package.json
Zo-Bro-23 Dec 14, 2022
4232202
Merge branch 'th-ch:master' into master
Zo-Bro-23 Dec 28, 2022
68e02a5
Update package.json
Zo-Bro-23 Dec 28, 2022
7491dd2
Update readme.md
Zo-Bro-23 Dec 28, 2022
4417465
Delete release.yml
Zo-Bro-23 Jan 11, 2023
c8fb79a
Update package.json
Zo-Bro-23 Jan 11, 2023
20ad968
Update readme.md
Zo-Bro-23 Jan 11, 2023
c53c869
Update readme.md
Zo-Bro-23 Jan 11, 2023
e619afd
Update readme.md
Zo-Bro-23 Jan 12, 2023
80d1531
Merge branch 'master' of https://github.com/th-ch/youtube-music into …
Zo-Bro-23 Jan 12, 2023
f3bbbd4
Merge pull request #3 from Zo-Bro-23/th-ch-master
Zo-Bro-23 Jan 12, 2023
6038a77
Update back.js
Zo-Bro-23 Jan 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/touchbar/back.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = (win) => {

// If the page is ready, register the callback
win.once("ready-to-show", () => {
controls = [previous, playPause, next, like, dislike];
controls = [previous, playPause, next, dislike, like];

// Register the callback
registerCallback((songInfo) => {
Expand Down