"ignoring applet" moved to systems -> hacks section

This commit is contained in:
Vova 2024-10-23 21:21:38 +10:00
parent f048a333c2
commit 4c1bb338a7
2 changed files with 3 additions and 3 deletions

View File

@ -238,6 +238,9 @@
ToolTip.Tip="{locale:Locale IgnoreMissingServicesTooltip}">
<TextBlock Text="{locale:Locale SettingsTabSystemIgnoreMissingServices}" />
</CheckBox>
<CheckBox IsChecked="{Binding IgnoreApplet}">
<TextBlock Text="{locale:Locale SettingsTabGeneralIgnoreApplet}" />
</CheckBox>
</StackPanel>
</StackPanel>
</Border>

View File

@ -36,9 +36,6 @@
<CheckBox IsChecked="{Binding ShowConfirmExit}">
<TextBlock Text="{locale:Locale SettingsTabGeneralShowConfirmExitDialog}" />
</CheckBox>
<CheckBox IsChecked="{Binding IgnoreApplet}">
<TextBlock Text="{locale:Locale SettingsTabGeneralIgnoreApplet}" />
</CheckBox>
<CheckBox IsChecked="{Binding RememberWindowState}">
<TextBlock Text="{locale:Locale SettingsTabGeneralRememberWindowState}" />
</CheckBox>