mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 09:43:01 +02:00
Remove duplicate display crash options
This commit is contained in:
parent
178b8ef37b
commit
68ab5475fe
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue