Explorar o código

fix: add missing type for splitLargeChunks

Jun Siang Cheah hai 1 ano
pai
achega
b3ccabd2fe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;