You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grid.Column="1" />
</controls:SettingsCard>
<TextBlockText="{x:Bind ViewModel.NotificationsText}"Margin="0,12,0,0"Style="{StaticResource BaseTextBlockStyle}" />
<win:Border>
<!--TODO TimePicker is not yet supported on Uno targets-->
<controls:SettingsCardHeader="Notification time"HeaderIcon="{ui:FontIcon Glyph=}">
<TimePicker />
</controls:SettingsCard>
</win:Border>
<controls:SettingsCardHeader="System notifications"ActionIcon="{ui:FontIcon Glyph=}"HeaderIcon="{ui:FontIcon Glyph=}"IsClickEnabled="True"Command="{x:Bind ViewModel.LaunchNotificationSettingsCommand}" />
<InfoBarTitle="Notifications are disabled!"Message="You will not be able to recive notifications until you enable it in the settings."Visibility="{x:Bind ViewModel.IsLoggedIn, Mode=OneWay, Converter={StaticResource FalseToVisibleConverter}}"IsOpen="True"Severity="Warning"IsClosable="False">
<InfoBar.IconSource>
<FontIconSourceGlyph="" />
</InfoBar.IconSource>
<InfoBar.ActionButton>
<ButtonContent="Go to settings"HorizontalAlignment="Right"Command="{x:Bind ViewModel.LaunchNotificationSettingsCommand}" />
</InfoBar.ActionButton>
</InfoBar>
<TextBlockText="{x:Bind ViewModel.AboutText}"Margin="0,12,0,0"Style="{StaticResource BaseTextBlockStyle}" />
The text was updated successfully, but these errors were encountered:
https://github.com/morning4coffe-dev/project-sbs/blob/24834b9d4d720fe4b93fce17f688c0114072b651/ProjectSBS/ProjectSBS/Presentation/NestedPages/SettingsPage.xaml#L111
The text was updated successfully, but these errors were encountered: