Remove duplicate display crash options

This commit is contained in:
Alexia Mandeville 2018-10-23 14:13:09 -07:00 committed by GitHub
parent 178b8ef37b
commit 68ab5475fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -742,9 +742,6 @@ Menu::Menu() {
// Developer > Crash >>>
MenuWrapper* crashMenu = developerMenu->addMenu("Crash");
// Developer > Crash > Display Crash Options
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);
// Developer > Crash > Display Crash Options
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);