feat(ui): complete Avalonia UI port with 7 main pages, tool settings & top MenuBar
This commit is contained in:
+1
-1
@@ -335,7 +335,7 @@ public sealed partial class BackupPanel : UserControl
|
||||
{
|
||||
if (SelectedBackupPath is not { } path) return;
|
||||
|
||||
System.Diagnostics.Process.Start("explorer.exe", $"/select,\"{path}\"");
|
||||
ClawdDotNet.Core.Storage.SystemShell.RevealFile(path);
|
||||
}
|
||||
|
||||
private void DeleteSelected()
|
||||
|
||||
Reference in New Issue
Block a user