From ab90afda5ba0199cb4a7bd5ccd1c9e768e9b2ed2 Mon Sep 17 00:00:00 2001 From: anerx <512464164@qq.com> Date: Thu, 20 Mar 2025 19:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung/ViewModels/HomeViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Seyounth.Hyosung/ViewModels/HomeViewModel.cs b/Seyounth.Hyosung/ViewModels/HomeViewModel.cs index ecfee3b..b48e525 100644 --- a/Seyounth.Hyosung/ViewModels/HomeViewModel.cs +++ b/Seyounth.Hyosung/ViewModels/HomeViewModel.cs @@ -51,5 +51,6 @@ public partial class HomeViewModel : ObservableObject { Stack1 = _runtime.Stack1; Stack2 = _runtime.Stack2; + PackLineOption = _runtime.PackLineOption; } } \ No newline at end of file