mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
First run
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
<!--
|
||||
|
||||
@@ -268,9 +268,9 @@
|
||||
<Children>
|
||||
<Text WordWrap="true" Content="Bottom toolbar!" />
|
||||
</Children>
|
||||
<!--<LayoutInput>
|
||||
<DockLayoutInput>Bottom</DockLayoutInput>
|
||||
</LayoutInput>-->
|
||||
<!--<LayoutInput>
|
||||
<DockLayoutInput>Bottom</DockLayoutInput>
|
||||
</LayoutInput>-->
|
||||
</Panel>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user