feat(ui): complete Avalonia UI port with 7 main pages, tool settings & top MenuBar

This commit is contained in:
Richard
2026-08-10 10:48:34 +02:00
parent a0e18d2a57
commit b5bf97ae74
187 changed files with 20054 additions and 882 deletions
+1 -1
View File
@@ -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()