mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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 _isPaused?: boolean;
|
||||||
private _isStopped?: boolean;
|
private _isStopped?: boolean;
|
||||||
private _autoscroll?: boolean;
|
private _autoscroll?: boolean;
|
||||||
private _isPanelCollapsed = true;
|
private _isPanelCollapsed = false;
|
||||||
|
|
||||||
public get isConnected(): boolean | undefined { return this._isConnected; }
|
public get isConnected(): boolean | undefined { return this._isConnected; }
|
||||||
public get isRunning(): boolean | undefined { return this._isRunning; }
|
public get isRunning(): boolean | undefined { return this._isRunning; }
|
||||||
|
|||||||
Reference in New Issue
Block a user