mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Add a simple cancel button to the install page
This commit is contained in:
parent
3a424d72c5
commit
ad5955969f
@ -179,6 +179,10 @@
|
|||||||
<DialogActions>
|
<DialogActions>
|
||||||
@if (this.showInstallPage)
|
@if (this.showInstallPage)
|
||||||
{
|
{
|
||||||
|
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled">
|
||||||
|
Cancel
|
||||||
|
</MudButton>
|
||||||
|
|
||||||
<MudButton Color="Color.Warning" OnClick="@this.RejectLicense" Variant="Variant.Filled" Size="Size.Medium">
|
<MudButton Color="Color.Warning" OnClick="@this.RejectLicense" Variant="Variant.Filled" Size="Size.Medium">
|
||||||
Reject GPL licence
|
Reject GPL licence
|
||||||
</MudButton>
|
</MudButton>
|
||||||
|
Loading…
Reference in New Issue
Block a user