File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/desktopMain/kotlin/com/mikepenz/aboutlibraries/sample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ fun main() = application {
2525 LibrariesContainer (
2626 libraries = libraries,
2727 modifier = Modifier .fillMaxSize(),
28- showFundingBadges = true ,
28+ showFundingBadges = false ,
2929 // divider = { Divider(modifier = Modifier.fillMaxWidth()) }
3030 )
3131 }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ fun main() = application {
3232 LibrariesContainer (
3333 libraries = libraries,
3434 modifier = Modifier .fillMaxSize().padding(it),
35- showFundingBadges = true ,
35+ showFundingBadges = false ,
3636 header = {
3737 item {
3838 Box (modifier = Modifier .fillMaxWidth().padding(16 .dp), contentAlignment = Alignment .Center ) {
You can’t perform that action at this time.
0 commit comments