This commit is contained in:
Trevi Awater
2026-03-30 22:49:46 +02:00
parent 4526204464
commit 886b5738ef

View File

@@ -30,7 +30,7 @@
<StackLayout Spacing="4">
<Label Text="Username:" FontAttributes="Bold" FontSize="Small" />
<Entry Text="{Binding Username}" Keyboard="Numeric" />
<Entry Text="{Binding Username}" Keyboard="Default" />
</StackLayout>
<StackLayout Spacing="4">