Skip to content

Commit

Permalink
🐛 初次启动时"设置页面-启动页设置项"显示修复
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunyuan authored Sep 2, 2024
1 parent ceed57c commit 6ab74d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public KeyValuePair<string, string> SelectFont
{
if (string.IsNullOrEmpty(UISettings.StartDefaultPageName.Value))
{
return s.Id == "Welcome";
return s.Id == "Watt Toolkit-Welcome";
}
return s.Id == UISettings.StartDefaultPageName.Value;
});
Expand Down

0 comments on commit 6ab74d4

Please sign in to comment.