如何找回在 Android Studio 4.1中“版本控制/Git”选项卡中丢失的“本地更改”选项卡?

我最近安装了一个新的 AndroidStudio4.1 IDE,但是它丢失了 Version Control内部的 Local Changes选项卡,这个选项卡现在被重命名为 Git?标签。我只看到 Log选项卡。有没有什么捷径可以把 Local Changes标签拿回来?我也想有 Pull RequestsConsole标签在那里。

我试过从库中删除所有与 AndroidStudio 相关的文件夹,但都没有用。

~/Library/Application Support/AndroidStudio*
~/Library/Application Support/Google/AndroidStudio*
~/Library/Caches/AndroidStudio*
~/Library/Logs/AndroidStudio*
~/Library/Preferences/AndroidStudio*
30468 次浏览

Just disable the following option under File | Settings | Version Control | Commit:

enter image description here

The "Local Changes" feature is not removed, it's relocated to the left-side, under project structures, similar to VSCode:

new position of the feature

You can also use CMD+K to open this new tab on macOS. If someone knows the shortcut for Windows or Linux, feel free to add :D