fix: custom client, option to bool (#8303)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2024-06-10 11:01:39 +08:00 committed by GitHub
parent 32ab56f864
commit 9ab5512bfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 30 deletions

View file

@ -133,6 +133,7 @@ const String kOptionAllowAlwaysSoftwareRender = "allow-always-software-render";
const String kOptionEnableCheckUpdate = "enable-check-update";
const String kOptionAllowLinuxHeadless = "allow-linux-headless";
const String kOptionAllowRemoveWallpaper = "allow-remove-wallpaper";
const String kOptionStopService = "stop-service";
const String kOptionToggleViewOnly = "view-only";