This commit is contained in:
2026-03-13 11:10:39 +08:00
parent 83bfe34394
commit fe09c60822
3 changed files with 93 additions and 3 deletions

View File

@@ -65,8 +65,9 @@ type DisconnectActionConfig struct {
}
type PreviewConfig struct {
Enabled bool `mapstructure:"enabled"`
Resolutions []int `mapstructure:"resolutions"`
Enabled bool `mapstructure:"enabled"`
Resolutions []int `mapstructure:"resolutions"`
HwAccel string `mapstructure:"hwaccel"`
}
type MainConfig struct {