Browse Source

去除弹窗设定

jiangjy 2 weeks ago
parent
commit
af8f0e5a87

+ 1 - 4
Furnace/FurnaceUI/Views/Editors/ELK/RecipeGasPanelSettingViewModel.cs

@@ -1284,10 +1284,7 @@ namespace FurnaceUI.Views.Editors.ELK
 
 
         public void StepClick(string cmd)
         public void StepClick(string cmd)
         {
         {
-            if (!DialogBox.Confirm($"Are you sure {cmd}!"))
-            {
-                return;
-            }
+           
             bool isChangedStep = false;
             bool isChangedStep = false;
 
 
             switch (cmd)
             switch (cmd)