diff --git a/server/TracyView.hpp b/server/TracyView.hpp index 7724818f..362a0b2d 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -295,8 +295,8 @@ private: float m_notificationTime = 0; std::string m_notificationText; - bool m_groupCallstackTreeByNameBottomUp = false; - bool m_groupCallstackTreeByNameTopDown = false; + bool m_groupCallstackTreeByNameBottomUp = true; + bool m_groupCallstackTreeByNameTopDown = true; struct FindZone { enum : uint64_t { Unselected = std::numeric_limits::max() - 1 };