pxt-core 8.6.39 → 8.6.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@ export const ThumbnailRecorder = (props: ThumbnailRecorderProps) => {
|
|
|
88
88
|
const targetTheme = pxt.appTarget.appTheme;
|
|
89
89
|
const screenshotLabel = targetTheme.simScreenshotKey ? lf("Screenshot ({0})", targetTheme.simScreenshotKey) : lf("Screenshot");
|
|
90
90
|
const startRecordingLabel = targetTheme.simGifKey ? lf("Record ({0})", targetTheme.simGifKey) : lf("Record");
|
|
91
|
-
const stopRecordingLabel = lf("Stop recording ({0})", targetTheme.simGifKey);
|
|
91
|
+
const stopRecordingLabel = targetTheme.simGifKey ? lf("Stop recording ({0})", targetTheme.simGifKey): lf("Stop recording");
|
|
92
92
|
const renderingLabel = lf("Rendering...");
|
|
93
93
|
|
|
94
94
|
let recordLabel: string;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<link rel="stylesheet" data-rtl="/blb/rtlsemantic.css" href="/blb/semantic.css">
|
|
8
8
|
<link rel="stylesheet" href="/blb/icons.css">
|
|
9
9
|
<link rel="stylesheet" href="/blb/react-common-skillmap.css">
|
|
10
|
-
<script defer="defer" src="/blb/skillmap/js/main.
|
|
10
|
+
<script defer="defer" src="/blb/skillmap/js/main.7ca2531f.js"></script><link href="/blb/skillmap/css/main.33813779.css" rel="stylesheet"></head>
|
|
11
11
|
<body>
|
|
12
12
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
13
13
|
|