mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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 >>>
|
// Developer > Crash >>>
|
||||||
MenuWrapper* crashMenu = developerMenu->addMenu("Crash");
|
MenuWrapper* crashMenu = developerMenu->addMenu("Crash");
|
||||||
|
|
||||||
// Developer > Crash > Display Crash Options
|
|
||||||
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);
|
|
||||||
|
|
||||||
// Developer > Crash > Display Crash Options
|
// Developer > Crash > Display Crash Options
|
||||||
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);
|
addCheckableActionToQMenuAndActionHash(crashMenu, MenuOption::DisplayCrashOptions, 0, true);
|
||||||
|
|
Loading…
Reference in a new issue