From d9609e3140ce481942e7de575751857c5774531d Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 31 Aug 2023 12:18:34 -0400 Subject: changed recording name convention --- src/client/views/nodes/RecordingBox/RecordingBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() { @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, }); -- cgit v1.2.3-70-g09d2