feat: add toggle for showing draft starters on new sessions
Persists draft starter visibility across desktop and web settings Adds a new OpenChamber visual setting with localization and search support Hides the draft starter chips when the setting is off
This commit is contained in:
@@ -248,6 +248,9 @@ export const createSettingsHelpers = (dependencies) => {
|
||||
}
|
||||
result.draftStarters = starters;
|
||||
}
|
||||
if (typeof candidate.draftStartersVisible === 'boolean') {
|
||||
result.draftStartersVisible = candidate.draftStartersVisible;
|
||||
}
|
||||
if (typeof candidate.draftStartersCraftGoalAdded === 'boolean') {
|
||||
result.draftStartersCraftGoalAdded = candidate.draftStartersCraftGoalAdded;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user