mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 02:53:01 +02:00
add hmd:bool to changed_display_mode
This commit is contained in:
parent
858a1db38b
commit
e0cb809f58
1 changed files with 2 additions and 1 deletions
|
@ -6789,7 +6789,8 @@ void Application::updateDisplayMode() {
|
||||||
// Only log/emit after a successful change
|
// Only log/emit after a successful change
|
||||||
UserActivityLogger::getInstance().logAction("changed_display_mode", {
|
UserActivityLogger::getInstance().logAction("changed_display_mode", {
|
||||||
{ "previous_display_mode", _displayPlugin ? _displayPlugin->getName() : "" },
|
{ "previous_display_mode", _displayPlugin ? _displayPlugin->getName() : "" },
|
||||||
{ "display_mode", newDisplayPlugin ? newDisplayPlugin->getName() : "" }
|
{ "display_mode", newDisplayPlugin ? newDisplayPlugin->getName() : "" },
|
||||||
|
{ "hmd", isHmd }
|
||||||
});
|
});
|
||||||
emit activeDisplayPluginChanged();
|
emit activeDisplayPluginChanged();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue