我服了
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Ink_Canvas.Windows.SettingsViews2.Pages
|
||||
if (settingsWindow != null)
|
||||
{
|
||||
// 调用NavigateToPage方法导航到启动页面
|
||||
settingsWindow.NavigateToPage("Startup");
|
||||
settingsWindow.NavigateToPage("Startupa");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<Page x:Class="Ink_Canvas.Windows.SettingsViews2.Pages.Startup"
|
||||
<Page x:Class="Ink_Canvas.Windows.SettingsViews2.Pages.Startupa"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
+2
-2
@@ -18,9 +18,9 @@ namespace Ink_Canvas.Windows.SettingsViews2.Pages
|
||||
/// <summary>
|
||||
/// Startup.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class Startup : Page
|
||||
public partial class Startupa : Page
|
||||
{
|
||||
public Startup()
|
||||
public Startupa()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
@@ -77,9 +77,9 @@
|
||||
</ui:NavigationViewItem.Icon>
|
||||
<ui:NavigationViewItem.MenuItems>
|
||||
<ui:NavigationViewItem
|
||||
x:Name="StartupItem"
|
||||
x:Name="StartupaItem"
|
||||
Content="启动"
|
||||
Tag="Startup"
|
||||
Tag="Startupa"
|
||||
ToolTipService.ToolTip="启动设置">
|
||||
<ui:NavigationViewItem.Icon>
|
||||
<ui:FontIcon Icon="{x:Static ui:SegoeFluentIcons.Play}"/>
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace Ink_Canvas.Windows.SettingsViews2
|
||||
{ "Theme", typeof(Theme) },
|
||||
{ "Colors", typeof(Colors) },
|
||||
{ "Fonts", typeof(Fonts) },
|
||||
{ "Startup", typeof(Startup) },
|
||||
{ "Startupa", typeof(Startupa) },
|
||||
{ "About", typeof(About) },
|
||||
{ "Settings", typeof(SettingsPage) }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user