diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/SnapEnhance.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/SnapEnhance.kt index b412bee9..7ed93b53 100644 --- a/core/src/main/kotlin/me/rhunk/snapenhance/core/SnapEnhance.kt +++ b/core/src/main/kotlin/me/rhunk/snapenhance/core/SnapEnhance.kt @@ -89,7 +89,7 @@ class SnapEnhance { isBridgeInitialized = true }.onFailure { logCritical("Failed to initialize bridge", it) - InAppOverlay.showCrashOverlay("SnapEnhance failed to initialize. Please check logs for more details.") + InAppOverlay.showCrashOverlay("SnapEnhance failed to initialize. Please check logs for more details.", it) } } }