mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:32: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>
|
||||
@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">
|
||||
Reject GPL licence
|
||||
</MudButton>
|
||||
|
Loading…
Reference in New Issue
Block a user