intro: The default app is intro, and complete intro changes the default app to ssb.

This commit is contained in:
2025-05-21 18:48:29 -04:00
parent 17694f5646
commit 89622697d5
5 changed files with 50 additions and 51 deletions

View File

@ -2202,8 +2202,7 @@ static void _tf_ssb_db_resolve_index_work(tf_ssb_t* ssb, void* user_data)
if (!request->path)
{
/* From default global settings. */
request->path = tf_strdup("/~core/ssb/");
request->path = tf_strdup(tf_util_get_default_global_setting_string("index"));
}
}