How to restore old commit dialog window in Android Studio?

Viewed 1452

Hi I installed Android Studio Canary. I cannot see the commit window, it is completely changed. I want to get the old version back without changing Android Studio. Here is my current commit window looks like

enter image description here

1 Answers

Android Studio Arctic Fox+

In latest versions of Android Studio, use either

  1. Click the settings gear/cog icon and select Switch to commit dialog

    enter image description here


  1. (or) go to File > Settings > Version Control > Commit check Use non-modal commit

    enter image description here


Android studio till Arctic Fox

You can change it from the settings. Go to File > Settings> Version Control > Commit Dialog and on the right pane, untick the option saying "Commit from Local Changes without showing the Commit dialog". Then click apply.

enter image description here

Related