Skip to content

Commit 4e675e2

Browse files
committed
removed redundant selectedPath variable from App.cs
1 parent 1172b13 commit 4e675e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/BulkExporterPlugin/BulkExportContextMenuItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class BulkExportContextMenuItem : DataExplorerContextMenuExtension
1717

1818
public override RelayCommand ContextItemClicked => new RelayCommand((o) =>
1919
{
20-
string selectedPath = App.SelectedPath;
20+
string selectedPath = App.EditorWindow.DataExplorer.SelectedPath;
2121

2222
AssetCollection assets = Exporter.EnumerateAllAssets(selectedPath);
2323
AssetCount assetCounts = assets.GetCounts();

0 commit comments

Comments
 (0)