6

I updated my sublime text after which I can't seem to see my menu bar on top of the screen but now have to click the 3 lines button to view it.is there any way to make show the menu bar like normal again?

I tried going to "view" and enabling it but I can't find any "menu bar setting"

enter image description here

4

2 回答 2

8

我认为显示汉堡菜单是您当前主题的一个功能。尝试更改您的主题首选项->选择主题

或者自定义您的主题首选项->自定义主题 (请参阅您的主题文档)。

根据需要自定义主题文件中的规则。

请参阅崇高的论坛帖子

从上面的链接中找到的示例适用于自适应主题:

"rules":
[
    {
        "class": "title_bar",
        "bg": "#0000"
    }
]

快乐编码:)

于 2021-06-21T04:09:51.683 回答
0

这有点奇怪,因为我的查看菜单在顶部附近有一个隐藏/显示菜单选项。无论如何,要显示菜单(或再次隐藏),选择View → Show Console(或点击Ctrl`)并输入以下命令:

window.run_command("toggle_menu")

并且菜单应该再次出现。

于 2021-06-18T12:35:26.280 回答