1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Change label

This commit is contained in:
Brian Fiete 2021-12-11 10:45:40 -08:00
parent f17ed3c749
commit bc996ca471

View file

@ -788,7 +788,7 @@ namespace IDE.ui
g.DrawString(label, widget.mX + GS!(6), widget.mY - GS!(20));
}
DrawLabel(mKindBar, mRegenerating ? "Regenerating ..." : "Using Generator");
DrawLabel(mKindBar, mRegenerating ? "Regenerating ..." : "Generator");
for (var uiEntry in mUIEntries)
DrawLabel(uiEntry.mWidget, uiEntry.mLabel);
}
@ -848,7 +848,7 @@ namespace IDE.ui
if (mThreadState == .Executing)
{
var bfCompiler = gApp.mBfResolveCompiler;
bfCompiler.RequestFastFinish();
bfCompiler.RequestFastFinish(true);
bfCompiler.WaitForBackground();
}
base.Close();