Skip to content

Commit eff61ee

Browse files
enable in dev by default
1 parent 940262d commit eff61ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/desktop/src-tauri/src/general_settings.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ fn default_enable_native_camera_preview() -> bool {
105105
}
106106

107107
fn default_enable_new_recording_flow() -> bool {
108-
false
109-
// cfg!(debug_assertions)
108+
cfg!(debug_assertions)
110109
}
111110

112111
fn no(_: &bool) -> bool {

0 commit comments

Comments
 (0)