Profiler toolbar fixes + creating connections (#1677)

* Fixing button enabling, connection selection

* Fixing spacing
This commit is contained in:
Madeline MacDonald
2018-06-19 13:54:47 -07:00
committed by Karl Burtram
parent e69158d9b2
commit 6b018c5d06
3 changed files with 10 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ export class ProfilerInput extends EditorInput implements IProfilerSession {
// set inital state
this.state.change({
isConnected: true,
isStopped: false,
isStopped: true,
isPaused: false,
isRunning: false,
autoscroll: true