1
0
Fork 0
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:
Brian Fiete 2021-12-14 11:13:51 -05:00
parent cf7c5c3869
commit 8623f8f7e5
2 changed files with 22 additions and 9 deletions

View file

@ -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)
{