First run

This commit is contained in:
Yoshi Askharoun
2024-03-29 11:48:23 -05:00
parent b3a66bd258
commit 3bc5d458bf
3 changed files with 11 additions and 5 deletions
+7 -1
View File
@@ -1,6 +1,7 @@
using System;
using CommunityToolkit.Mvvm.DependencyInjection;
using IrisShell;
using IrisShell.UI;
using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
@@ -19,7 +20,9 @@ public class App : IrisAppBase
public override string Title => "Zune Modding Helper";
public override string WindowSource => "clr-res://ZuneModdingHelper!Home.uix";
public override string WindowSource => "clr-res://ZuneModdingHelper!Home.uix#Frame";
public override bool EnableDebugging => false;
public App()
{
@@ -30,6 +33,9 @@ public class App : IrisAppBase
public static int Main(string[] args)
{
ConfigureAppCenter();
_ = new Shell();
App app = new();
return app.Run(args);
}
+1 -1
View File
@@ -6,7 +6,6 @@
xmlns:istyles="clr-res://IrisShell!Controls.Styles.uix"
xmlns:ianim="clr-res://IrisShell!Controls.Animations.uix"
xmlns:images="clr-res://IrisShell!Controls.ImageStyle.uix"
xmlns:scroll="clr-res://IrisShell!Controls.ScrollBar.uix"
xmlns:animations="clr-res://IrisShell!Controls.Animations.uix"
xmlns:nonclient="clr-res://ZuneModdingHelper!Controls.NonClientControls.uix"
xmlns:styles="res://UIXControls!Styles.uix"
@@ -14,6 +13,7 @@
xmlns:core="res://UIXControls!Controls.uix"
xmlns:button="res://UIXControls!Button.uix"
xmlns:listcore="res://UIXControls!ContentList.uix"
xmlns:scroll="res://UIXControls!ScrollBar.uix"
xmlns:me="Me">
<!--
+3 -3
View File
@@ -268,9 +268,9 @@
<Children>
<Text WordWrap="true" Content="Bottom toolbar!" />
</Children>
<!--<LayoutInput>
<DockLayoutInput>Bottom</DockLayoutInput>
</LayoutInput>-->
<!--<LayoutInput>
<DockLayoutInput>Bottom</DockLayoutInput>
</LayoutInput>-->
</Panel>