mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 02:29:14 +00:00
More fix
This commit is contained in:
@@ -116,7 +116,12 @@ public class ProjectManager
|
||||
updateWorkspace(i);
|
||||
sender.sendMessage("Workspace Updated");
|
||||
});
|
||||
Desktop.getDesktop().open(i);
|
||||
|
||||
if(IrisSettings.get().openVSCode)
|
||||
{
|
||||
Desktop.getDesktop().open(i);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user