Forráskód Böngészése

fix: add missing type for splitLargeChunks

Jun Siang Cheah 1 éve
szülő
commit
b3ccabd2fe
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/lib/stores/index.ts

+ 1 - 0
src/lib/stores/index.ts

@@ -78,6 +78,7 @@ type Settings = {
 	saveChatHistory?: boolean;
 	notificationEnabled?: boolean;
 	title?: TitleSettings;
+	splitLargeDeltas?: boolean;
 
 	system?: string;
 	requestFormat?: string;