1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add time-relative switch to message list in zone info window.

This commit is contained in:
Bartosz Taudul
2019-11-27 01:42:44 +01:00
parent 3e47fd6bcd
commit ade01e98ad
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -346,6 +346,7 @@ private:
bool m_groupChildrenLocations = false;
bool m_allocTimeRelativeToZone = true;
bool m_ctxSwitchTimeRelativeToZone = true;
bool m_messageTimeRelativeToZone = true;
ShortcutAction m_shortcut = ShortcutAction::None;
Namespace m_namespace = Namespace::Short;