feat: Add GPU support options and enhance UI for Face Encoder and Matcher functionalities
This commit is contained in:
parent
af74c90ce7
commit
6e05869b04
9 changed files with 160 additions and 115 deletions
|
|
@ -19,6 +19,11 @@ public partial class AvaloniaMainWindow : Window
|
|||
private bool _isDarkTheme;
|
||||
private bool _startupSettingsRestoreAttempted;
|
||||
|
||||
public AvaloniaMainWindow()
|
||||
: this(Program.ServiceProvider.GetRequiredService<DataModel>())
|
||||
{
|
||||
}
|
||||
|
||||
public AvaloniaMainWindow(DataModel model)
|
||||
{
|
||||
InitializeComponent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue