mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:36:31 +00:00
fix paths
This commit is contained in:
@@ -235,7 +235,7 @@ public partial class MainWindow
|
||||
{
|
||||
Title = "Open Video folder",
|
||||
IsFolderPicker = true,
|
||||
InitialDirectory = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)
|
||||
InitialDirectory = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory)
|
||||
};
|
||||
if (dlg.ShowDialog() != CommonFileDialogResult.Ok)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user