Skip to content
New issue

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 #92

Open
rainbowflesh opened this issue Sep 19, 2023 · 0 comments
Open

Allow hide tray ​icon #92

rainbowflesh opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rainbowflesh
Copy link

The problem you want to solve / 你想要解决的问题

Allow hide tray ​icon

Possible solution / 可能的解决方法

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="&#xE147;" />
</controls:Setting.Icon>
</controls:Setting>

reference?

Additional context / 其他信息

No response

@rainbowflesh rainbowflesh added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant