Skip to content

Commit

Permalink
Update libraries access on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Dec 10, 2023
1 parent 56dfb21 commit 4ccfe2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fun LicensesScreen(
it.bufferedReader().readText()
},
onLibraryClick = { library ->
openLicenseDialog = library.licenses.firstOrNull()?.strippedLicenseContent ?: ""
openLicenseDialog = library.library.licenses.firstOrNull()?.strippedLicenseContent ?: ""
},
)

Expand Down

0 comments on commit 4ccfe2e

Please sign in to comment.