mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Removed buttons during regen
This commit is contained in:
parent
cf7c5c3869
commit
8623f8f7e5
2 changed files with 22 additions and 9 deletions
|
@ -27,6 +27,7 @@ namespace System
|
|||
public StringView WorkspaceName => mParams["WorkspaceName"];
|
||||
public StringView WorkspaceDir => mParams["WorkspaceDir"];
|
||||
public StringView DateTime => mParams["DateTime"];
|
||||
public bool IsRegenererating => mParams.GetValueOrDefault("Regenerating") == "True";
|
||||
|
||||
public void Fail(StringView error)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue