mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 00:10:00 +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,
|
addCheckableActionToQMenuAndActionHash(networkMenu,
|
||||||
MenuOption::DisableActivityLogger,
|
MenuOption::DisableActivityLogger,
|
||||||
0,
|
0,
|
||||||
false,
|
true,
|
||||||
&UserActivityLogger::getInstance(),
|
&UserActivityLogger::getInstance(),
|
||||||
SLOT(disable(bool)));
|
SLOT(disable(bool)));
|
||||||
addCheckableActionToQMenuAndActionHash(networkMenu,
|
addCheckableActionToQMenuAndActionHash(networkMenu,
|
||||||
|
|
Loading…
Reference in a new issue