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