mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add "ignore case" toggle to find zone menu.
This commit is contained in:
@@ -287,6 +287,7 @@ private:
|
||||
};
|
||||
|
||||
bool show = false;
|
||||
bool ignoreCase = false;
|
||||
std::vector<int32_t> match;
|
||||
std::map<uint64_t, Group> groups;
|
||||
size_t processed;
|
||||
|
||||
Reference in New Issue
Block a user