Skip to content

Commit

Permalink
Merge pull request #86 from SineVector241/dev
Browse files Browse the repository at this point in the history
Prepare final touches.
  • Loading branch information
SineVector241 authored May 2, 2024
2 parents c9ca53a + 834ee52 commit 9c9a447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions VoiceCraft.Maui/Compile.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
dotnet publish -c Release -f net8.0-windows10.0.19041.0
4 changes: 2 additions & 2 deletions VoiceCraft.Maui/Views/Mobile/EditServer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<mtoolkit:NumericValidationBehavior Flags="ValidateOnValueChanged"
InvalidStyle="{StaticResource InvalidEntryStyle}"
MaximumDecimalPlaces="0"
MaximumValue="65535"
MinimumValue="0" />
MaximumValue="32767"
MinimumValue="-32768" />
</Entry.Behaviors>
</Entry>
<Button Grid.Row="7"
Expand Down

0 comments on commit 9c9a447

Please sign in to comment.