Update version to 143.7.1 and add menu sidebar options
This commit is contained in:
@@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme';
|
||||
import type { PromptItem, PromptSettings } from '../process/prompt';
|
||||
import type { OobaChatCompletionRequestParams } from '../model/ooba';
|
||||
|
||||
export let appVer = "143.5.0"
|
||||
export let appVer = "143.7.0"
|
||||
export let webAppSubVer = ''
|
||||
|
||||
|
||||
@@ -856,6 +856,7 @@ export interface Database{
|
||||
legacyMediaFindings?:boolean
|
||||
geminiStream?:boolean
|
||||
assetMaxDifference:number
|
||||
menuSideBar:boolean
|
||||
}
|
||||
|
||||
interface SeparateParameters{
|
||||
|
||||
Reference in New Issue
Block a user