OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.ActionDelegate", | 4 "type": "@WebInspector.ActionDelegate", |
5 "actionId": "settings.show", | 5 "actionId": "settings.show", |
6 "className": "WebInspector.SettingsController.SettingsScreenActionDe
legate", | 6 "className": "WebInspector.SettingsController.SettingsScreenActionDe
legate", |
7 "bindings": [ | 7 "bindings": [ |
8 { | 8 { |
9 "shortcut": "F1 Shift+?" | 9 "shortcut": "F1 Shift+?" |
10 } | 10 } |
11 ] | 11 ] |
| 12 }, |
| 13 { |
| 14 "type": "@WebInspector.StatusBarButton.Provider", |
| 15 "actionId": "settings.show", |
| 16 "location": "toolbar-right", |
| 17 "title": "Settings", |
| 18 "elementClass": "settings-status-bar-item" |
12 } | 19 } |
13 ] | 20 ], |
| 21 "scripts": [ "SettingsScreen.js" ] |
14 } | 22 } |
OLD | NEW |