add:NewNewSettings

This commit is contained in:
PrefacedCorg
2026-03-29 13:47:19 +08:00
parent 1bf57ea2f5
commit e8be85141b
12 changed files with 272 additions and 38 deletions
@@ -0,0 +1,12 @@
using iNKORE.UI.WPF.Modern.Controls;
namespace Ink_Canvas.Windows.SettingsViews2.Pages
{
public partial class Theme : Page
{
public Theme()
{
InitializeComponent();
}
}
}