Skip to content

Commit 175b0d7

Browse files
I think? (#1174)
1 parent a0f74af commit 175b0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn default_enable_new_recording_flow() -> bool {
111111
}
112112

113113
fn default_enable_new_uploader() -> bool {
114-
cfg!(debug_assertions)
114+
true
115115
}
116116

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

0 commit comments

Comments
 (0)