Skip to content

Commit

Permalink
chore: editor UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Apr 13, 2022
1 parent fa47bbb commit b1562b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Sentry.Unity.Editor/ConfigurationWindow/EnrichmentTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ internal static void Display(ScriptableSentryUnityOptions options)
"Version or InformationalVersion in each event sent to sentry."),
options.ReportAssembliesMode);

EditorGUILayout.Space();
EditorGUI.DrawRect(EditorGUILayout.GetControlRect(false, 1), Color.gray);
EditorGUILayout.Space();

{
options.AttachScreenshot = EditorGUILayout.BeginToggleGroup(
new GUIContent("Attach Screnshot", "Try to attach current screenshot for events.\n" +
Expand Down

0 comments on commit b1562b4

Please sign in to comment.