mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-28 20:49:50 +00:00
android, desktop: smaller info icon, corrections
This commit is contained in:
+1
-1
@@ -724,7 +724,7 @@ private val versionDescriptions: List<VersionDescription> = listOf(
|
||||
),
|
||||
),
|
||||
VersionDescription(
|
||||
version = "v6.2 (beta.1)",
|
||||
version = "v6.2-beta.1",
|
||||
post = "https://simplex.chat/blog/20241014-simplex-network-v6-1-security-review-better-calls-user-experience.html",
|
||||
features = listOf(
|
||||
VersionFeature.FeatureView(
|
||||
|
||||
+1
-1
@@ -148,7 +148,7 @@ fun OperatorViewLayout(
|
||||
Image(painterResource(operator.largeLogo), null, Modifier.height(48.dp))
|
||||
Spacer(Modifier.fillMaxWidth().weight(1f))
|
||||
Box(Modifier.padding(horizontal = 2.dp)) {
|
||||
Icon(painterResource(MR.images.ic_info), null, Modifier.size(28.dp), tint = MaterialTheme.colors.primary)
|
||||
Icon(painterResource(MR.images.ic_info), null, Modifier.size(24.dp), tint = MaterialTheme.colors.primaryVariant)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2139,7 +2139,7 @@
|
||||
<string name="v6_2_network_decentralization">Network decentralization</string>
|
||||
<string name="v6_2_network_decentralization_descr">The second preset operator in the app!</string>
|
||||
<string name="v6_2_network_decentralization_enable_flux">Enable flux</string>
|
||||
<string name="v6_2_network_decentralization_enable_flux_reason">for better metadata privacy</string>
|
||||
<string name="v6_2_network_decentralization_enable_flux_reason">for better metadata privacy.</string>
|
||||
<string name="v6_2_improved_chat_navigation">Improved chat navigation</string>
|
||||
<string name="v6_2_improved_chat_navigation_descr">- Open chat on the first unread message.\n- Jump to quoted messages.</string>
|
||||
<string name="view_updated_conditions">View updated conditions</string>
|
||||
|
||||
Reference in New Issue
Block a user