This commit is contained in:
Alex
2025-08-07 17:41:58 -07:00
parent cead8a5f54
commit 78961fa8c2
9 changed files with 443 additions and 63 deletions
-13
View File
@@ -7,18 +7,6 @@ using MercuryConverter.Views;
public partial class MainWindow : Window
{
public string RunType
{
get
{
if (Design.IsDesignMode)
{
return "In Design!";
}
return "In Runtime.";
}
}
public MainWindow()
{
InitializeComponent();
@@ -28,7 +16,6 @@ public partial class MainWindow : Window
{
RequestedThemeVariant = ThemeVariant.Dark;
}
// LblPlatform.Content = RunType;
// Setup tab views
SelectionControl.Content = new Selection();