no message
This commit is contained in:
@@ -35,6 +35,12 @@ public class UpdateProperty extends Pass<Object> {
|
||||
return true;
|
||||
}
|
||||
switch (name){
|
||||
case "LocalMakePathWindows":
|
||||
fileChooser.setTitle(description);
|
||||
File file = fileChooser.ShowDialog();
|
||||
if (file != null)
|
||||
newValue = file.getAbsolutePath();
|
||||
break;
|
||||
case "BugReportsAgeLimit":
|
||||
if (sliderNumberForm.ShowDialog(description, oldValue, 1, 12))
|
||||
newValue=sliderNumberForm.Result;
|
||||
|
||||
Reference in New Issue
Block a user