Enable blogs on connected status

This commit is contained in:
Paul Schneider 2026-08-03 01:48:15 +01:00
commit c3388e3e2a

View file

@ -16,6 +16,7 @@
HorizontalAlignment="Center"/>
<Button Content="Open Blog Interface"
Command="{Binding OpenBlogs}"
HorizontalAlignment="Center"/>
HorizontalAlignment="Center"
IsEnabled="{Binding SessionStatus.IsLoggedIn}"/>
</StackPanel>
</ContentPage>