diff --git a/src/renderer/constants/settings.js b/src/renderer/constants/settings.js index 84b9558c7..3f039796b 100644 --- a/src/renderer/constants/settings.js +++ b/src/renderer/constants/settings.js @@ -1,4 +1,3 @@ -/* hardcoded names still exist for these in reducers/settings.js - only discovered when debugging */ /* Many SETTINGS are stored in the localStorage by their name - be careful about changing the value of a SETTINGS constant, as doing so can invalidate existing SETTINGS */ export const CREDIT_REQUIRED_ACKNOWLEDGED = 'credit_required_acknowledged';