Skip to content

Commit 2ed03ef

Browse files
committed
Merge branch 'main' of https://github.com/CapSoftware/Cap
2 parents ffd9adb + 9758be0 commit 2ed03ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/desktop/src/routes/(window-chrome)/new-main/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ function Page() {
492492
staleTime: 5_000,
493493
reconcile: (old, next) => reconcile(next)(old),
494494
initialData: [],
495+
initialDataUpdatedAt: 0,
495496
}),
496497
);
497498

apps/desktop/src/routes/editor/ConfigSidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,6 @@ function CameraConfig(props: { scrollRef: HTMLDivElement }) {
22352235
: "left-1/2 transform -translate-x-1/2",
22362236
item.y === "top" ? "top-2" : "bottom-2",
22372237
)}
2238-
onClick={() => setProject("camera", "position", item)}
22392238
>
22402239
<div class="size-[0.5rem] shrink-0 bg-solid-white rounded-full" />
22412240
</RadioGroup.ItemControl>

apps/desktop/src/store/captions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ export type CaptionsState = {
1515
export const defaultCaptionSettings: CaptionSettings = {
1616
enabled: false,
1717
font: "System Sans-Serif",
18-
size: 45,
18+
size: 50,
1919
color: "#A0A0A0",
2020
backgroundColor: "#000000",
2121
backgroundOpacity: 95,
2222
position: "bottom-center",
2323
italic: false,
24-
fontWeight: 700,
24+
fontWeight: 400,
2525
outline: false,
2626
outlineColor: "#000000",
2727
exportWithSubtitles: false,

0 commit comments

Comments
 (0)