launch editor with #uploader tag to notify client that uploader is available
This commit is contained in:
parent
aeb4cb6a17
commit
bb8338a0f0
@ -32,7 +32,7 @@ namespace Microsoft.MicroBit
|
|||||||
private void openEditor()
|
private void openEditor()
|
||||||
{
|
{
|
||||||
// lanch editor
|
// lanch editor
|
||||||
try { Process.Start("https://codethemicrobit.com"); } catch (Exception) { }
|
try { Process.Start("https://codethemicrobit.com#uploader"); } catch (Exception) { }
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initializeFileWatch()
|
private void initializeFileWatch()
|
||||||
|
Loading…
Reference in New Issue
Block a user