Add preference to hide title bar Wino account button (#833)

This commit is contained in:
Burak Kaan Köse
2026-03-17 12:00:34 +01:00
committed by GitHub
parent e2b9216f8f
commit ea204fef21
5 changed files with 24 additions and 2 deletions
+3 -1
View File
@@ -6,6 +6,7 @@
xmlns:coreControls="using:Wino.Mail.WinUI.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:domain="using:Wino.Core.Domain"
xmlns:helpers="using:Wino.Helpers"
xmlns:local="using:Wino.Mail.WinUI"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:notifyicon="using:H.NotifyIcon"
@@ -89,7 +90,8 @@
<Button
x:Name="WinoAccountButton"
Background="Transparent"
BorderBrush="Transparent">
BorderBrush="Transparent"
Visibility="{x:Bind helpers:XamlHelpers.ReverseBoolToVisibilityConverter(PreferencesService.IsWinoAccountButtonHidden), Mode=OneWay}">
<Button.Flyout>
<Flyout
x:Name="WinoAccountFlyout"