We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5246516 commit dcdbe18Copy full SHA for dcdbe18
src/webviews/apps/plus/home/components/launchpad.ts
@@ -128,11 +128,7 @@ export class GlLaunchpad extends SignalWatcher(LitElement) {
128
<span slot="heading">GitLens Launchpad</span>
129
<div class="summary">${this.renderSummaryResult()}</div>
130
<button-container>
131
- <gl-button
132
- full
133
- class="start-work"
134
- href=${this.startWorkCommand}
135
- ?disabled=${this._homeState.repositories.openCount === 0}
+ <gl-button full class="start-work" href=${this.startWorkCommand}
136
><code-icon icon="custom-start-work" slot="prefix"></code-icon> Start Work</gl-button
137
>
138
</button-container>
0 commit comments