mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 22:33:04 +02:00
Set UAL to disabled by default in the setting checkbox.
This commit is contained in:
parent
e19267e191
commit
1575611082
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ Menu::Menu() {
|
|||
addCheckableActionToQMenuAndActionHash(networkMenu,
|
||||
MenuOption::DisableActivityLogger,
|
||||
0,
|
||||
false,
|
||||
true,
|
||||
&UserActivityLogger::getInstance(),
|
||||
SLOT(disable(bool)));
|
||||
addCheckableActionToQMenuAndActionHash(networkMenu,
|
||||
|
|
Loading…
Reference in a new issue