整理
This commit is contained in:
@@ -68,7 +68,7 @@ public partial class FamilyLibraryViewModel : ObservableObject
|
||||
private bool activeSnackbar;
|
||||
|
||||
[ObservableProperty]
|
||||
private WPFluent.Controls.InfoBar messageQueue = new();
|
||||
private NeoUI.Controls.InfoBar messageQueue = new();
|
||||
|
||||
[ObservableProperty]
|
||||
private string message;
|
||||
@@ -428,7 +428,7 @@ public partial class FamilyLibraryViewModel : ObservableObject
|
||||
[RelayCommand]
|
||||
private void SelectPath()
|
||||
{
|
||||
var dialog = new WPFluent.Controls.VistaFolderBrowserDialog();
|
||||
var dialog = new NeoUI.Controls.VistaFolderBrowserDialog();
|
||||
if (dialog.ShowDialog() == true)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user