Skip to content

Commit

Permalink
Merge pull request #1 from Philoul/AutoISF_Plugin_Prototype
Browse files Browse the repository at this point in the history
Dev + Engineering mode only for AutoISF
  • Loading branch information
ga-zelle committed May 7, 2024
2 parents e13e601 + 679948c commit 6fd5bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ open class OpenAPSAutoISFPlugin @Inject constructor(
.shortName(R.string.autoisf_shortname)
.preferencesId(PluginDescription.PREFERENCE_SCREEN)
.preferencesVisibleInSimpleMode(false)
.showInList(config.APS)
.showInList(config.isEngineeringMode() && config.isDev())
.description(R.string.description_auto_isf),
aapsLogger, rh
), APS, PluginConstraints {
Expand Down

0 comments on commit 6fd5bc7

Please sign in to comment.