commit | 2bfb906dab76830539292d7941dd94ff60ae5902 | [log] [tgz] |
---|---|---|
author | Danil Somsikov <[email protected]> | Tue Jan 30 16:31:09 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 31 06:15:30 2024 |
tree | 217f20956b5911c36ad3ed3bbae1a9f82c5e776f | |
parent | af5f1149b4b79e70eae23b2bfe670766832a6714 [diff] [blame] |
Kebabize sources settings Bug: chromium:1467464, b:320405843 Change-Id: I2ebf8c7dd2a70079efa5213e3a26fb5b05306936 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5250271 Reviewed-by: Simon Zünd <[email protected]> Auto-Submit: Danil Somsikov <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/front_end/panels/sources/WatchExpressionsSidebarPane.ts b/front_end/panels/sources/WatchExpressionsSidebarPane.ts index 93230c0..7b0bfd3 100644 --- a/front_end/panels/sources/WatchExpressionsSidebarPane.ts +++ b/front_end/panels/sources/WatchExpressionsSidebarPane.ts
@@ -109,7 +109,7 @@ // to an e2e test or no longer accesses this variable directly. this.watchExpressions = []; this.watchExpressionsSetting = - Common.Settings.Settings.instance().createLocalSetting<string[]>('watchExpressions', []); + Common.Settings.Settings.instance().createLocalSetting<string[]>('watch-expressions', []); this.addButton = new UI.Toolbar.ToolbarButton( i18nString(UIStrings.addWatchExpression), 'plus', undefined, 'add-watch-expression');