mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 09:13:25 +01:00
Opens Error Log upon tapping ToastView showing logged error
This commit is contained in:
@@ -511,6 +511,7 @@ extension AppViewController
|
||||
{
|
||||
DispatchQueue.main.async {
|
||||
let toastView = ToastView(error: error)
|
||||
toastView.opensErrorLog = true
|
||||
toastView.show(in: self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user