aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-31 12:18:34 -0400
committerbobzel <zzzman@gmail.com>2023-08-31 12:18:34 -0400
commitd9609e3140ce481942e7de575751857c5774531d (patch)
tree19404a019c1e4008a90baecef400348c2479129f /src
parentb7295d4747d8eb01d8213c97442cc4916aec77c4 (diff)
changed recording name convention
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/RecordingBox/RecordingBox.tsx2
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,
});