mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 19:43:13 -04:00
Copy stacktrace to clipboard when failing to load mods - #11613
This commit is contained in:
parent
d1b918abc3
commit
1f97b069e5
@ -292,6 +292,7 @@ class ModManagementScreen private constructor(
|
||||
ToastPopup("Could not download mod list", this@ModManagementScreen)
|
||||
replaceLoadingWithOptions()
|
||||
}
|
||||
Gdx.app.clipboard.contents = ex.stackTraceToString()
|
||||
runningSearchJob = null
|
||||
return@run
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user