Skip to content

Commit

Permalink
upscale button for all server members!
Browse files Browse the repository at this point in the history
  • Loading branch information
Metal079 committed Mar 14, 2024
1 parent a222d7f commit 8c0dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/options/options.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</span>

<!-- Upscale button -->
<span *ngIf="supporter">
<span *ngIf="serverMember">
<p-button label="Upscale" [disabled]="!enableGenerationButton" (click)="this.submitJob(true)"></p-button>
<span class="ms-1 text-primary"
pTooltip="Upscale the image by 2x. This will make the image look better and generate finer details. Due to longer generation times, this feature is currently only available to supporters."
Expand Down

0 comments on commit 8c0dbdd

Please sign in to comment.