Skip to content

Commit

Permalink
部分细节修复
Browse files Browse the repository at this point in the history
  • Loading branch information
natsurainko committed Feb 7, 2025
1 parent 8d98da2 commit 8b7eff3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public partial class SettingsService : SettingsContainer
[SettingItem(Default = false, Converter = typeof(JsonStringConverter<bool>))]
public partial bool UseHomeControlsMask { get; set; }

[SettingItem(Default = 0, Converter = typeof(JsonStringConverter<int>))]
[SettingItem(Default = 1, Converter = typeof(JsonStringConverter<int>))]
public partial int HomeLaunchButtonSize { get; set; }

[SettingItem(Default = false, Converter = typeof(JsonStringConverter<bool>))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,7 @@
</controls:SettingsCard>

<controls:SettingsCard
x:Uid="Settings_AppearancePage_Card6"
Description="Clicking the launch button on the home page will not navigate to the launch task page, but will directly display the progress info of the current item (at most one) on the page. At the same time, the button can be used to cancel the task."
Header="Use the Home Launch Button to Control Launch Tasks"
HeaderIcon="{xh:FontIcon Glyph=&#xe724;}">
Expand Down
3 changes: 3 additions & 0 deletions Natsurainko.FluentLauncher/Views/ShellPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@
<AnimatedIcon.FallbackIconSource>
<SymbolIconSource Symbol="Find" />
</AnimatedIcon.FallbackIconSource>
<AnimatedIcon.RenderTransform>
<ScaleTransform ScaleX="-1" />
</AnimatedIcon.RenderTransform>
</AnimatedIcon>
</AutoSuggestBox.QueryIcon>

Expand Down

0 comments on commit 8b7eff3

Please sign in to comment.