chore: change defaut start page to home

This commit is contained in:
wonfen
2025-03-19 05:48:20 +08:00
Unverified
parent 61f019f194
commit da2705ff7d
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ impl IVerge {
env_type: Some("bash".into()),
#[cfg(target_os = "windows")]
env_type: Some("powershell".into()),
start_page: Some("/".into()),
start_page: Some("/home".into()),
traffic_graph: Some(true),
enable_memory_usage: Some(true),
enable_group_icon: Some(true),

View File

@@ -304,7 +304,7 @@ const UnlockPage = () => {
>
{item.name}
</Typography>
<Tooltip title={t("Test now")}>
<Tooltip title={t("Test")}>
<span>
<Button
size="small"