Skip to content

Commit c510402

Browse files
committed
Added a UI menu category
1 parent efc4e67 commit c510402

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Brick/BrMenuItemGroupConfiguration.class.st

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ BrMenuItemGroupConfiguration class >> removal [
7676
priority: 100
7777
]
7878

79+
{ #category : #factory }
80+
BrMenuItemGroupConfiguration class >> ui [
81+
^ self new
82+
name: #UI;
83+
priority: 50
84+
]
85+
7986
{ #category : #accessing }
8087
BrMenuItemGroupConfiguration >> id [
8188
^ self name

0 commit comments

Comments
 (0)