Widgets-Fix: Ported Widget compatibility for ios 18+ from altstore (#746)

This commit is contained in:
Magesh K
2024-11-12 01:16:33 +05:30
committed by GitHub
parent 3161892585
commit 2842c8f669
4 changed files with 44 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ struct ComplicationView: View
}
.gaugeStyle(.accessoryCircularCapacity)
.unredacted()
.widgetBackground(Color.clear)
}
}