Skip to content

Commit 782e57d

Browse files
committed
misc: mark old production summary as legacy
Unless someone picks up the development of the old production summary, it's going to stay as it is for a long time. @veger started to work on an alternative version of the summary page. Therefore, it is necessary to indicate that we likely will transition from the old summary page.
1 parent 8fd5a2b commit 782e57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YAFC/Workspace/ProductionSummary/ProductionSummaryView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public override void Rebuild(bool visualOnly = false) {
324324
}
325325

326326
public override void CreateModelDropdown(ImGui gui, Type type, Project project) {
327-
if (gui.BuildContextMenuButton("Create production summary (Preview)") && gui.CloseDropdown()) {
327+
if (gui.BuildContextMenuButton("Create production summary (Legacy)") && gui.CloseDropdown()) {
328328
ProjectPageSettingsPanel.Show(null, (name, icon) => MainScreen.Instance.AddProjectPage(name, icon, typeof(ProductionSummary), true, true));
329329
}
330330
}

0 commit comments

Comments
 (0)