Skip to content

Commit

Permalink
Remove unused setting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua committed Aug 22, 2023
1 parent 5f28ddd commit fea3e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fluent Auto Clicker/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
Command="{x:Bind ViewModel.SwitchAlwaysOnTopCommand}"
x:Uid="Settings_Window_AlwaysOnTop"
IsChecked="{x:Bind ViewModel.AlwaysOnTop, Mode=OneWay}" />
<CheckBox x:Uid="Settings_Window_HideWhenMinimized" Content="Hide when minimized" />
<!--<CheckBox x:Uid="Settings_Window_HideWhenMinimized" Content="Hide when minimized" />-->
</StackPanel>
</StackPanel>

Expand Down

0 comments on commit fea3e4d

Please sign in to comment.