Skip to content

Commit 6a2924f

Browse files
committed
Fix UI bugs, panel split, and video toggle message
1 parent 14f3b9d commit 6a2924f

5 files changed

Lines changed: 798 additions & 238 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ objc2 = "0.6.4"
6767
objc2-core-audio = "0.3.2"
6868

6969
[profile.release]
70-
opt-level = 3
70+
opt-level = "z"
7171
lto = true
7272
codegen-units = 1
73-
strip = "symbols"
73+
strip = true

0 commit comments

Comments
 (0)