only:show_update_calibrations
This commit is contained in:
parent
e9c4150ba9
commit
e9c60e79de
|
@ -86,6 +86,10 @@ public class ConnectionAndMeta {
|
|||
return getBoolean("flexible_autoscale");
|
||||
}
|
||||
|
||||
public static boolean showUpdateCalibrations() {
|
||||
return getBoolean("show_update_calibrations");
|
||||
}
|
||||
|
||||
public static boolean getBoolean(String propertyName) {
|
||||
return getBoolean(propertyName, getProperties());
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
auto_update_root_url=https://rusefi.com/build_server
|
||||
show_pcan=true
|
||||
show_simulator=true
|
||||
show_update_calibrations=false
|
||||
binary_config_image=true
|
||||
write_readme_html=true
|
||||
|
|
Loading…
Reference in New Issue