add addons-webgl, protected with clientsettings flag (#532)

This commit is contained in:
Mike Sawka
2024-03-28 23:19:39 -07:00
committed by GitHub
parent 7c2265f3e3
commit 8a3d9628ba
6 changed files with 47 additions and 1 deletions
+1
View File
@@ -246,6 +246,7 @@ type ClientOptsType struct {
RightSidebar *SidebarValueType `json:"rightsidebar,omitempty"`
GlobalShortcut string `json:"globalshortcut,omitempty"`
GlobalShortcutEnabled bool `json:"globalshortcutenabled,omitempty"`
WebGL bool `json:"webgl,omitempty"`
}
type FeOptsType struct {