Skip to content

Commit

Permalink
increase info
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jun 22, 2024
1 parent 3daf5c4 commit 492e1ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/src/main/java/com/geode/launcher/main/ErrorComponents.kt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ fun ErrorInfoDescription(description: String, modifier: Modifier = Modifier) {
Build.MODEL,
Build.VERSION.RELEASE,
currentRelease ?: "unknown",
gameVersion
gameVersion,
LaunchUtils.applicationArchitecture,
BuildConfig.VERSION_NAME
),
style = Typography.labelMedium
)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<string name="launcher_error_copy">Copy details</string>
<string name="launcher_error_export_crash">Share crash</string>
<string name="launcher_error_export_missing">No crash dump was found!</string>
<string name="launcher_error_device_info">Android %2$s, %1$s\nGeometry Dash %4$s with Geode %3$s</string>
<string name="launcher_error_device_info">Android %2$s, %1$s (%5$s)\nGD %4$s, Geode %3$s + v%6$s</string>

<string name="launcher_notification_settings">Launcher Settings</string>
<string name="launcher_notification_update_failed">Failed to check for updates.</string>
Expand Down

0 comments on commit 492e1ac

Please sign in to comment.