Skip to content

Commit 67b32fc

Browse files
committed
Reorder icon shapes in IconShapePage for consistency
1 parent 810043d commit 67b32fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Omega/src/com/neoapps/neolauncher/compose/pages/preferences/IconShapePage.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ fun IconShapePage() {
5555
systemShape,
5656
IconShape.Circle,
5757
IconShape.Cylinder,
58-
IconShape.Cupertino,
59-
IconShape.Egg,
58+
IconShape.Teardrop,
6059
IconShape.Hexagon,
6160
IconShape.Octagon,
62-
IconShape.RoundedSquare,
61+
IconShape.Egg,
6362
IconShape.Sammy,
63+
IconShape.Squircle,
6464
IconShape.SharpSquare,
6565
IconShape.Square,
66-
IconShape.Squircle,
67-
IconShape.Teardrop,
66+
IconShape.Cupertino,
67+
IconShape.RoundedSquare,
6868
)
6969
val listItems = iconShapes.distinctBy { it.getMaskPath() }.map { ShapeModel(it.toString()) }
7070

0 commit comments

Comments
 (0)