We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow hide tray icon
Add Tray Icon Visibility Setting allow hide tray icon.
<controls:Setting x:Uid="TrayIconVisibilitySetting"> <controls:Setting.ActionContent> <ToggleSwitch IsOn="{x:Bind ViewModel.TrayIconVisibility, Mode=TwoWay}" /> </controls:Setting.ActionContent> <controls:Setting.Icon> <FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph="" /> </controls:Setting.Icon> </controls:Setting>
reference?
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem you want to solve / 你想要解决的问题
Allow hide tray icon
Possible solution / 可能的解决方法
Add Tray Icon Visibility Setting allow hide tray icon.
reference?
Additional context / 其他信息
No response
The text was updated successfully, but these errors were encountered: