mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Implement linked selection in compare menu.
This commit is contained in:
@@ -424,6 +424,7 @@ private:
|
||||
struct {
|
||||
bool show = false;
|
||||
bool ignoreCase = false;
|
||||
bool link = true;
|
||||
std::unique_ptr<Worker> second;
|
||||
std::thread loadThread;
|
||||
int badVer = 0;
|
||||
|
||||
Reference in New Issue
Block a user