Skip to content

Commit

Permalink
Bump v3.0
Browse files Browse the repository at this point in the history
fixed toolbar(next, prev) buttons
  • Loading branch information
sodomon2 committed Nov 21, 2023
1 parent 442dc55 commit 0fe449e
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 330 deletions.
4 changes: 2 additions & 2 deletions components/SODPlayer-toolbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ function ui.btn_toolbar_preferences:on_clicked()
end

function ui.btn_toolbar_next:on_clicked()
next_state()
next_state(15)
end

function ui.btn_toolbar_prev:on_clicked()
prev_state()
prev_state(15)
end

function ui.btn_toolbar_close:on_clicked()
Expand Down
Loading

0 comments on commit 0fe449e

Please sign in to comment.