We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894049e commit 31aaa22Copy full SHA for 31aaa22
app/src/constants.ts
@@ -228,7 +228,7 @@ export abstract class Constants {
228
public static readonly MENU_BAR_WORKSPACE = "barWorkspace"; // 顶栏主菜单
229
public static readonly MENU_BAR_PLUGIN = "topBarPlugin"; // 顶栏插件菜单
230
public static readonly MENU_BAR_ZOOM = "barZoom"; // 顶栏缩放菜单
231
- public static readonly MENU_BAR_MORE = "barmore"; // 顶栏外观菜单
+ public static readonly MENU_BAR_MORE = "barmode"; // 顶栏外观菜单
232
public static readonly MENU_STATUS_HELP = "statusHelp"; // 状态栏帮助菜单
233
public static readonly MENU_STATUS_BACKGROUND_TASK = "statusBackgroundTask"; // 状态栏后台任务菜单
234
public static readonly MENU_DOCK_MOBILE = "dockMobileMenu"; // 移动端侧栏插件选项菜单
0 commit comments