Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored May 10, 2024
1 parent 47e6714 commit 331bb1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions menu/skeleton-parts/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@ extension.skeleton.main.layers.section.player.on.click = {
component: 'select',
text: 'fontFamily',
options: [{
text: 'Proportional Sans-Serif',
value: 4
}, {
text: 'Monospaced Serif',
value: 1
}, {
Expand All @@ -510,9 +513,6 @@ extension.skeleton.main.layers.section.player.on.click = {
}, {
text: 'Monospaced Sans-Serif',
value: 3
}, {
text: 'Proportional Sans-Serif',
value: 4
}, {
text: 'Casual',
value: 5
Expand Down

0 comments on commit 331bb1c

Please sign in to comment.