mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
64084d3e27
Removes global atoms dependency from emain by moving WOS to grab the globalAtoms from window, if present. Also removes interdependency between wshrpcutil and wps Also adds showmenubar setting for Windows and Linux
66 lines
2.9 KiB
Go
66 lines
2.9 KiB
Go
// Copyright 2024, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Generated Code. DO NOT EDIT.
|
|
|
|
package wconfig
|
|
|
|
const (
|
|
ConfigKey_AiClear = "ai:*"
|
|
ConfigKey_AiApiType = "ai:apitype"
|
|
ConfigKey_AiBaseURL = "ai:baseurl"
|
|
ConfigKey_AiApiToken = "ai:apitoken"
|
|
ConfigKey_AiName = "ai:name"
|
|
ConfigKey_AiModel = "ai:model"
|
|
ConfigKey_AiOrgID = "ai:orgid"
|
|
ConfigKey_AIApiVersion = "ai:apiversion"
|
|
ConfigKey_AiMaxTokens = "ai:maxtokens"
|
|
ConfigKey_AiTimeoutMs = "ai:timeoutms"
|
|
|
|
ConfigKey_TermClear = "term:*"
|
|
ConfigKey_TermFontSize = "term:fontsize"
|
|
ConfigKey_TermFontFamily = "term:fontfamily"
|
|
ConfigKey_TermTheme = "term:theme"
|
|
ConfigKey_TermDisableWebGl = "term:disablewebgl"
|
|
ConfigKey_TermLocalShellPath = "term:localshellpath"
|
|
ConfigKey_TermLocalShellOpts = "term:localshellopts"
|
|
ConfigKey_TermScrollback = "term:scrollback"
|
|
|
|
ConfigKey_EditorMinimapEnabled = "editor:minimapenabled"
|
|
ConfigKey_EditorStickyScrollEnabled = "editor:stickyscrollenabled"
|
|
|
|
ConfigKey_WebClear = "web:*"
|
|
ConfigKey_WebOpenLinksInternally = "web:openlinksinternally"
|
|
ConfigKey_WebDefaultUrl = "web:defaulturl"
|
|
ConfigKey_WebDefaultSearch = "web:defaultsearch"
|
|
|
|
ConfigKey_BlockHeaderClear = "blockheader:*"
|
|
ConfigKey_BlockHeaderShowBlockIds = "blockheader:showblockids"
|
|
|
|
ConfigKey_AutoUpdateClear = "autoupdate:*"
|
|
ConfigKey_AutoUpdateEnabled = "autoupdate:enabled"
|
|
ConfigKey_AutoUpdateIntervalMs = "autoupdate:intervalms"
|
|
ConfigKey_AutoUpdateInstallOnQuit = "autoupdate:installonquit"
|
|
ConfigKey_AutoUpdateChannel = "autoupdate:channel"
|
|
|
|
ConfigKey_PreviewShowHiddenFiles = "preview:showhiddenfiles"
|
|
|
|
ConfigKey_WidgetClear = "widget:*"
|
|
ConfigKey_WidgetShowHelp = "widget:showhelp"
|
|
|
|
ConfigKey_WindowClear = "window:*"
|
|
ConfigKey_WindowTransparent = "window:transparent"
|
|
ConfigKey_WindowBlur = "window:blur"
|
|
ConfigKey_WindowOpacity = "window:opacity"
|
|
ConfigKey_WindowBgColor = "window:bgcolor"
|
|
ConfigKey_WindowReducedMotion = "window:reducedmotion"
|
|
ConfigKey_WindowTileGapSize = "window:tilegapsize"
|
|
ConfigKey_WindowShowMenuBar = "window:showmenubar"
|
|
ConfigKey_WindowNativeTitleBar = "window:nativetitlebar"
|
|
ConfigKey_WindowDisableHardwareAcceleration = "window:disablehardwareacceleration"
|
|
|
|
ConfigKey_TelemetryClear = "telemetry:*"
|
|
ConfigKey_TelemetryEnabled = "telemetry:enabled"
|
|
)
|
|
|