mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
Fixes typo when printing MyAppsViewController.deactivate() error
This commit is contained in:
@@ -1135,7 +1135,7 @@ private extension MyAppsViewController
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
print("Failed to activate app:", error)
|
print("Failed to deactivate app:", error)
|
||||||
|
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
installedApp.isActive = true
|
installedApp.isActive = true
|
||||||
|
|||||||
Reference in New Issue
Block a user