mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed browse issue with no workspace
This commit is contained in:
parent
d56af187ca
commit
d9b047a924
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ namespace IDE.ui
|
||||||
GetStartupOption(scope (options) => options.mDebugOptions.mCommand, str);
|
GetStartupOption(scope (options) => options.mDebugOptions.mCommand, str);
|
||||||
|
|
||||||
String dir = scope String();
|
String dir = scope String();
|
||||||
Path.GetDirectoryPath(str, dir);
|
Path.GetDirectoryPath(str, dir).IgnoreError();
|
||||||
IDEUtils.FixFilePath(dir);
|
IDEUtils.FixFilePath(dir);
|
||||||
|
|
||||||
var fileDialog = scope System.IO.OpenFileDialog();
|
var fileDialog = scope System.IO.OpenFileDialog();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue