Under the Preferences section of the examples.md it discusses how to remove the Show Solutes control using
acidBaseSolutions.general.view.navigationBar.preferencesButton.preferencesDialogCapsule.preferencesDialog.preferencesPanels.simulationPreferencesPanel.simPreferences.showSolventControl.visibleProperty.
Because it is the only sim-specific preference, removing it leaves an empty Simulation tab. Instead should we suggest removing the Simulation tab using
acidBaseSolutions.general.view.navigationBar.preferencesButton.preferencesDialogCapsule.preferencesDialog.preferencesTabs.simulationTab.visibleProperty?
sorry @arouinfar...I should have noticed this when I reviewed the examples doc.
Good catch @Nancy-Salpepi! I thought I had already instructed people to hide the Simulation Tab, but I was thinking of Greenhouse Effect. Fixed in the above commit, closing.
Under the Preferences section of the examples.md it discusses how to remove the Show Solutes control using
acidBaseSolutions.general.view.navigationBar.preferencesButton.preferencesDialogCapsule.preferencesDialog.preferencesPanels.simulationPreferencesPanel.simPreferences.showSolventControl.visibleProperty
.Because it is the only sim-specific preference, removing it leaves an empty Simulation tab. Instead should we suggest removing the Simulation tab using
acidBaseSolutions.general.view.navigationBar.preferencesButton.preferencesDialogCapsule.preferencesDialog.preferencesTabs.simulationTab.visibleProperty
?sorry @arouinfar...I should have noticed this when I reviewed the examples doc.