release/2.2 #41

Merged
fabian merged 23 commits from release/2.2 into master 2023-06-16 11:11:23 +02:00
Showing only changes of commit 0c80e05f5c - Show all commits

View File

@@ -43,7 +43,7 @@ fun AboutView() {
.height(80.dp) .height(80.dp)
.padding(end = 10.dp) .padding(end = 10.dp)
.align(Top), .align(Top),
painter = painterResource(R.drawable.app_logo), painter = painterResource(R.mipmap.ic_launcher),
contentDescription = null, contentDescription = null,
contentScale = ContentScale.Fit contentScale = ContentScale.Fit
) )