mirror of
https://github.com/GiriNeko/hbb_common.git
synced 2025-12-17 05:47:28 +00:00
OPTION_HIDE_POWERED_BY_ME
This commit is contained in:
parent
44a7277827
commit
e9f7721a03
1 changed files with 2 additions and 0 deletions
|
|
@ -2490,6 +2490,7 @@ pub mod keys {
|
||||||
pub const OPTION_ONE_WAY_FILE_TRANSFER: &str = "one-way-file-transfer";
|
pub const OPTION_ONE_WAY_FILE_TRANSFER: &str = "one-way-file-transfer";
|
||||||
pub const OPTION_ALLOW_HTTPS_21114: &str = "allow-https-21114";
|
pub const OPTION_ALLOW_HTTPS_21114: &str = "allow-https-21114";
|
||||||
pub const OPTION_ALLOW_HOSTNAME_AS_ID: &str = "allow-hostname-as-id";
|
pub const OPTION_ALLOW_HOSTNAME_AS_ID: &str = "allow-hostname-as-id";
|
||||||
|
pub const OPTION_HIDE_POWERED_BY_ME: &str = "hide-powered-by-me";
|
||||||
|
|
||||||
// flutter local options
|
// flutter local options
|
||||||
pub const OPTION_FLUTTER_REMOTE_MENUBAR_STATE: &str = "remoteMenubarState";
|
pub const OPTION_FLUTTER_REMOTE_MENUBAR_STATE: &str = "remoteMenubarState";
|
||||||
|
|
@ -2656,6 +2657,7 @@ pub mod keys {
|
||||||
OPTION_ALLOW_HTTPS_21114,
|
OPTION_ALLOW_HTTPS_21114,
|
||||||
OPTION_ALLOW_HOSTNAME_AS_ID,
|
OPTION_ALLOW_HOSTNAME_AS_ID,
|
||||||
OPTION_REGISTER_DEVICE,
|
OPTION_REGISTER_DEVICE,
|
||||||
|
OPTION_HIDE_POWERED_BY_ME,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue