Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to restore old commit dialog window in Android Studio?

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

like image 285
Jacob Avatar asked Sep 05 '25 18:09

Jacob


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

like image 173
All Іѕ Vаиітy Avatar answered Sep 09 '25 01:09

All Іѕ Vаиітy