Merge claudedo/4606dadca84644ceb35dc01eaebe22de

This commit is contained in:
mika kuns
2026-08-06 11:12:05 +02:00
@@ -121,6 +121,7 @@ public sealed partial class ListsIslandViewModel : ViewModelBase, IDisposable
{
var dir = row?.WorkingDir;
if (string.IsNullOrWhiteSpace(dir) || !System.IO.Directory.Exists(dir)) return;
ForegroundHelper.AllowAny();
try
{
System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo