From 5bfd10f8452cd650466f192f52e096b2bcdf5678 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 1 Jun 2025 22:10:21 -0700 Subject: [PATCH] Enable `fullpage_on_loading` by default for new apps --- src/dev-center/js/dev-center.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev-center/js/dev-center.js b/src/dev-center/js/dev-center.js index 0cf1dfecf..d87ae242a 100644 --- a/src/dev-center/js/dev-center.js +++ b/src/dev-center/js/dev-center.js @@ -292,6 +292,7 @@ async function create_app(title, source_path = null, items = null) { dedupeName: true, metadata: { window_resizable: true, + fullpage_on_landing: true, }, })