kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Closes #245 - Move Quit Option From Mac_Applications to Window Menu #246

Closed lukethompsxn closed 5 years ago

lukethompsxn commented 5 years ago

Related Issue/Keyword:

Closes #245

Description:

The quit option and keyboard shortcut registration occurred in the Mac_Application menu which was unnecessary as quit better fits the Window menu. As a result, quit was moved and Mac_Application menu option was removed.

In addition to this, there was a Close Window option in the Window menu which had the same functionality as Quit, but without the keyboard shortcut, hence it was removed.

Testing:

Steps for manual testing:

  1. Open VisualGit, at any point verify that Mac_Application no longer appears in the menu bar
  2. Verify that Close Window option is not present in the Window menu, but that Quit is
  3. Verify that cmd + Q (mac) or ctrl + Q (windows) quits the application

Checklist: