Skip to content

Commit

Permalink
fix #2258 menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored May 10, 2024
1 parent dd63e0a commit 68d362d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions menu/skeleton-parts/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,21 +557,21 @@ extension.skeleton.main.layers.section.player.on.click = {
component: 'select',
text: 'fontSize',
options: [{
text: '50%',
value: -2
}, {
text: '100%',
value: 0
}, {
text: '75%',
value: -1
}, {
text: '100%',
value: 0
text: '50%',
value: -2
}, {
text: '150%',
value: 1
}, {
text: '200%',
value: 2
}, {
}, {
text: '300%',
value: 3
}, {
Expand Down

0 comments on commit 68d362d

Please sign in to comment.