Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanLobbenmeier committed Jan 7, 2025
1 parent 1170400 commit 1b76bd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ fun authenticationSettings(settings: Settings, updateSettings: (Settings) -> Uni
)
}

@Composable
fun formatSettings(settings: Settings, updateSettings: (Settings) -> Unit) {
BooleanInput("Select best Video by default", settings.selectVideo) {
updateSettings(settings.copy(selectVideo = it))
Expand Down

0 comments on commit 1b76bd7

Please sign in to comment.