We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810043d commit 67b32fcCopy full SHA for 67b32fc
1 file changed
Omega/src/com/neoapps/neolauncher/compose/pages/preferences/IconShapePage.kt
@@ -55,16 +55,16 @@ fun IconShapePage() {
55
systemShape,
56
IconShape.Circle,
57
IconShape.Cylinder,
58
- IconShape.Cupertino,
59
- IconShape.Egg,
+ IconShape.Teardrop,
60
IconShape.Hexagon,
61
IconShape.Octagon,
62
- IconShape.RoundedSquare,
+ IconShape.Egg,
63
IconShape.Sammy,
+ IconShape.Squircle,
64
IconShape.SharpSquare,
65
IconShape.Square,
66
- IconShape.Squircle,
67
- IconShape.Teardrop,
+ IconShape.Cupertino,
+ IconShape.RoundedSquare,
68
)
69
val listItems = iconShapes.distinctBy { it.getMaskPath() }.map { ShapeModel(it.toString()) }
70
0 commit comments