Skip to content

Commit 5dd5f77

Browse files
committed
fixed UI initialization bug
1 parent 9fc7051 commit 5dd5f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/FrameRecorder/Core/Editor/RecorderSelector.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public void Init( RecorderSettings settings, string startingCategory = "" )
5151
return;
5252
}
5353
}
54+
else
55+
SetCategory(startingCategory);
5456
}
5557

5658
int GetCategoryIndex()

0 commit comments

Comments
 (0)