File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 38
38
.button__201d5 {
39
39
@include controls .icon-button ;
40
40
41
+ // TODO(#41): no aria-label
42
+ --icon : icon (" settings" );
43
+
41
44
color : inherit ;
42
45
}
43
46
Original file line number Diff line number Diff line change 31
31
" aria-label" ,
32
32
(
33
33
" Add Friends to DM" : " contact-new" ,
34
- // experiment
34
+ // TODO( experiment): remove later ? nitro only
35
35
" Bookmarks" : " user-bookmarks" ,
36
36
" Hide Member List" : " org.gnome.Settings-users" ,
37
37
" Hide User Profile" : " user-info" ,
38
+ // TODO(experiment): remove in the future in favor of notifications
39
+ " Inbox" : " mail-unread" ,
38
40
" New Group DM" : " contact-new" ,
39
41
" Notification Settings" : " bell-outline" ,
40
42
" Notifications" : " bell-outline" ,
74
76
" Stop Streaming" : " stop" ,
75
77
" Turn Off Camera" : " camera-photo" ,
76
78
" Turn On Camera" : " camera-photo" ,
79
+ // TODO(#41): no aria-label
77
80
" User Settings" : " settings" ,
78
81
" Video" : " camera-photo" ,
79
82
)
You can’t perform that action at this time.
0 commit comments