mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +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
|
||||
UserActivityLogger::getInstance().logAction("changed_display_mode", {
|
||||
{ "previous_display_mode", _displayPlugin ? _displayPlugin->getName() : "" },
|
||||
{ "display_mode", newDisplayPlugin ? newDisplayPlugin->getName() : "" }
|
||||
{ "display_mode", newDisplayPlugin ? newDisplayPlugin->getName() : "" },
|
||||
{ "hmd", isHmd }
|
||||
});
|
||||
emit activeDisplayPluginChanged();
|
||||
|
||||
|
|
Loading…
Reference in a new issue