Skip to content

Commit 6f0e179

Browse files
committed
autoplay audio false by default
closes #815
1 parent c53d36e commit 6f0e179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pad/editor/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ pub fn set_autorun(autorun: bool) {
15231523
}
15241524

15251525
pub fn get_autoplay() -> bool {
1526-
get_local_var("autoplay", || true)
1526+
get_local_var("autoplay", || false)
15271527
}
15281528
pub fn set_autoplay(autoplay: bool) {
15291529
set_local_var("autoplay", autoplay)

0 commit comments

Comments
 (0)