mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
set panel collapsed to false by default (#17196)
This commit is contained in:
@@ -31,7 +31,7 @@ export class ProfilerState implements IDisposable {
|
||||
private _isPaused?: boolean;
|
||||
private _isStopped?: boolean;
|
||||
private _autoscroll?: boolean;
|
||||
private _isPanelCollapsed = true;
|
||||
private _isPanelCollapsed = false;
|
||||
|
||||
public get isConnected(): boolean | undefined { return this._isConnected; }
|
||||
public get isRunning(): boolean | undefined { return this._isRunning; }
|
||||
|
||||
Reference in New Issue
Block a user