Enable fullpage_on_loading by default for new apps

This commit is contained in:
jelveh
2025-06-01 22:10:21 -07:00
parent e9b249c74f
commit 5bfd10f845

View File

@@ -292,6 +292,7 @@ async function create_app(title, source_path = null, items = null) {
dedupeName: true,
metadata: {
window_resizable: true,
fullpage_on_landing: true,
},
})