Selaa lähdekoodia

fix: add missing type for splitLargeChunks

Jun Siang Cheah 1 vuosi sitten
vanhempi
commit
b3ccabd2fe
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;