mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
wire up Selection's Sidebar Info
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user