diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/RecordingBox/RecordingBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingBox.tsx b/src/client/views/nodes/RecordingBox/RecordingBox.tsx index e9060a605..3412b2dd2 100644 --- a/src/client/views/nodes/RecordingBox/RecordingBox.tsx +++ b/src/client/views/nodes/RecordingBox/RecordingBox.tsx @@ -89,7 +89,7 @@ export class RecordingBox extends ViewBoxBaseComponent<FieldViewProps>() { @action public static WorkspaceStartRecording() { const screengrabber = Docs.Create.ScreenshotDocument({ - title: `${Doc.ActiveDashboard?.title ?? ''} ${new DateField()}`, + title: `${new DateField()}-${Doc.ActiveDashboard?.title ?? ''}`, _width: 205, _height: 115, }); |