Skip to content

Commit 549df4a

Browse files
committed
bump v
1 parent 8813b5c commit 549df4a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "desktop"
3-
version = "0.0.38"
3+
version = "0.0.39"
44
authors = ["you"]
55
edition = "2021"
66
description = "Hyprnote Desktop App"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"productName": "Hyprnote Dev",
55
"mainBinaryName": "Hyprnote Dev",
66
"identifier": "com.hyprnote.dev",

apps/desktop/src/components/right-panel/views/transcript-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function TranscriptView() {
149149
</Tooltip>
150150
</TooltipProvider>
151151
)}
152-
{hasTranscript && ongoingSession.isInactive && !isOnboarding.data && (
152+
{false && hasTranscript && ongoingSession.isInactive && !isOnboarding.data && (
153153
<Button variant="ghost" size="icon" className="p-0" onClick={handleClickToggleEditing}>
154154
{editing
155155
? <CheckIcon size={16} className="text-black" />

0 commit comments

Comments
 (0)