Skip to content

Commit

Permalink
ui: re-order default toolbar actions
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Oct 7, 2024
1 parent 0b90e78 commit d51d8b5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ enum class ToolbarAction(
)
val defaultActions: List<ToolbarAction> = listOf(
Title,
Bookmark,
TabCount,
NewTab,
Back,
Refresh,
Touch,
ReaderMode,
Refresh,
Back,
Bookmark,
TabCount,
Settings,
)
}
Expand Down

0 comments on commit d51d8b5

Please sign in to comment.