mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 09:43:34 +01:00
Include "Enable JIT" errors in Error Log
This commit is contained in:
@@ -1352,11 +1352,13 @@ private extension MyAppsViewController
|
||||
{
|
||||
if #available(iOS 17, *), !UserDefaults.standard.sidejitenable {
|
||||
let toastView = ToastView(error: OperationError.tooNewError)
|
||||
AppManager.shared.log(OperationError.tooNewError, operation: .enableJIT, app: installedApp)
|
||||
toastView.show(in: self)
|
||||
return
|
||||
}
|
||||
if #unavailable(iOS 17), !minimuxer.ready() {
|
||||
let toastView = ToastView(error: MinimuxerError.NoConnection)
|
||||
AppManager.shared.log(MinimuxerError.NoConnection, operation: .connection, app: installedApp)
|
||||
toastView.show(in: self)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user