Make TBR emulation setting working
This commit is contained in:
parent
65400560dd
commit
437dee288e
|
@ -844,7 +844,7 @@ public class LocalInsightPlugin extends PluginBase implements PumpInterface, Con
|
|||
|
||||
@Override
|
||||
public boolean isFakingTempsByExtendedBoluses() {
|
||||
return true;
|
||||
return SP.getBoolean("insight_enable_tbr_emulation", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue