Skip to content

Commit 557430c

Browse files
committed
Update extension.js
1 parent 375dfb0 commit 557430c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

extension.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ class CommandMenu extends PanelMenu.Button {
5050
constructor() {
5151
super(0.5, _('Commands'));
5252

53-
// Use this label to create the Commands menu text
53+
// Use this label to create the Commands menu text:
5454
let label = new St.Label({
5555
text: _('Commands'),
5656
y_expand: true,
5757
y_align: Clutter.ActorAlign.CENTER,
5858
});
5959

60-
// Use this label to create an icon for the menu instead of the Commands text
61-
/*-------------------------------------
62-
let label = new St.Icon({
63-
icon_name: 'go-down-symbolic',
64-
style_class: 'system-status-icon',
65-
});
66-
--------------------------------------*/
60+
// Use this label to create an icon for the menu instead of the Commands text:
61+
//
62+
// let label = new St.Icon({
63+
// icon_name: 'go-down-symbolic',
64+
// style_class: 'system-status-icon',
65+
// });
66+
6767

6868
this.add_child(label);
6969

0 commit comments

Comments
 (0)