wire up Selection's Sidebar Info

This commit is contained in:
Alex
2025-08-19 01:47:03 -07:00
parent ad446b9e91
commit 8d0eab66c0
3 changed files with 27 additions and 6 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:MercuryConverter.UI.Dialogs"
xmlns:progRing="clr-namespace:AvaloniaProgressRing;assembly=AvaloniaProgressRing"
xmlns:local="clr-namespace:MercuryConverter.UI.Dialogs"
x:Class="MercuryConverter.UI.Dialogs.DataScanning"
>
<Panel Margin="12">
+1 -4
View File
@@ -29,11 +29,8 @@ public partial class DataScanning : UserControl
{
Task.Run(async () =>
{
var path = ""; // TODO: set to current/saved data path
// Content selection
var path = ""; // TODO: set to current/saved data path (move to config?)
var selectedPath = await BeginDirSelection();
Console.WriteLine($"selectedPath=[{selectedPath}]");
if (selectedPath == "") // cancelled opening folder
{