Skip to content

Commit 6b53496

Browse files
committed
Fix InternalUser check.
1 parent 8ba7390 commit 6b53496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PerfView/App.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,10 +1318,10 @@ private static string FeedbackDirectory
13181318

13191319
private static DateTime s_startTime; // used as a unique ID for the launch of the program (for SQM style logging)
13201320
internal static bool s_IsUnderTest; // set from tests: indicates we're in a test
1321+
private static bool? s_InternalUser;
13211322
#if !PUBLIC_BUILD
13221323
private static DateTime s_ProbedForFeedbackAt;
13231324
private static bool? s_CanSendFeedback;
1324-
private static bool? s_InternalUser;
13251325
#endif
13261326
private static bool WriteFeedbackToLog(string filePath, string message)
13271327
{

0 commit comments

Comments
 (0)