Revert "Refactor settings manager" (#40)

This commit is contained in:
Shubham Naik
2025-10-30 13:48:07 -07:00
committed by GitHub
parent d144dd50d9
commit f71d2c9b66
7 changed files with 29 additions and 929 deletions

View File

@@ -638,8 +638,8 @@ export default function App({
setTokenStreamingEnabled(newValue);
// Save to settings
const { settingsManager } = await import("../settings-manager");
settingsManager.updateSettings({ tokenStreaming: newValue });
const { updateSettings } = await import("../settings");
await updateSettings({ tokenStreaming: newValue });
// Update the same command with final result
buffersRef.current.byId.set(cmdId, {