mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
flesh out the data scan UI, tweak selection table
This commit is contained in:
@@ -17,6 +17,7 @@ public partial class MainWindow : Window
|
||||
{
|
||||
Instance = this;
|
||||
InitializeComponent();
|
||||
DataContext = this;
|
||||
|
||||
// Force dark mode in designer
|
||||
if (Design.IsDesignMode)
|
||||
@@ -39,4 +40,10 @@ public partial class MainWindow : Window
|
||||
Dialog.DialogContent = new Welcome().Content;
|
||||
Dialog.IsOpen = true;
|
||||
}
|
||||
|
||||
public void OpenDataHandler()
|
||||
{
|
||||
Dialog.IsOpen = true;
|
||||
Dialog.DialogContent = new DataScanning().Content;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user