mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 07:16:25 +02:00
MenuOption::Visage now default to false.
This commit is contained in:
parent
565f6b9491
commit
e8937852bc
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ Menu::Menu() :
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_VISAGE
|
||||
addCheckableActionToQMenuAndActionHash(avatarOptionsMenu, MenuOption::Visage, 0, true,
|
||||
addCheckableActionToQMenuAndActionHash(avatarOptionsMenu, MenuOption::Visage, 0, false,
|
||||
appInstance->getVisage(), SLOT(updateEnabled()));
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue