Got Avalonia.Ui working.

This commit is contained in:
2026-01-31 13:24:14 +01:00
parent d86d0d2f32
commit e4dd1b6150
33 changed files with 396 additions and 283 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="gamenight.ui" android:icon="@drawable/Icon" />
<application android:label="Gamenight.Ui" android:icon="@drawable/Icon" />
</manifest>