Skip to content

Commit

Permalink
Added a size slider for the List Display Mode (aniyomiorg#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
MavikBow committed Feb 1, 2025
1 parent fa1b154 commit a599c09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ private fun ColumnScope.DisplayPage(
max = 10,
value = columns,
valueText = if (columns > 0) {
stringResource(MR.strings.pref_library_columns_per_row, columns)
stringResource(MR.strings.pref_library_columns_per_row, columns,)
} else {
stringResource(MR.strings.label_default)
},
Expand Down

0 comments on commit a599c09

Please sign in to comment.