Copy stacktrace to clipboard when failing to load mods - #11613

This commit is contained in:
yairm210 2024-05-19 23:51:23 +03:00
parent d1b918abc3
commit 1f97b069e5

View File

@ -292,6 +292,7 @@ class ModManagementScreen private constructor(
ToastPopup("Could not download mod list", this@ModManagementScreen) ToastPopup("Could not download mod list", this@ModManagementScreen)
replaceLoadingWithOptions() replaceLoadingWithOptions()
} }
Gdx.app.clipboard.contents = ex.stackTraceToString()
runningSearchJob = null runningSearchJob = null
return@run return@run
} }