Merge pull request #438 from 21pages/option-allow-ask-for-note-at-end-of-connection
local option allow-ask-for-note
This commit is contained in:
@@ -2553,6 +2553,7 @@ pub mod keys {
|
|||||||
// So `OPTION_SHOW_VIRTUAL_MOUSE` should also be set if `OPTION_SHOW_VIRTUAL_JOYSTICK` is set.
|
// So `OPTION_SHOW_VIRTUAL_MOUSE` should also be set if `OPTION_SHOW_VIRTUAL_JOYSTICK` is set.
|
||||||
pub const OPTION_SHOW_VIRTUAL_JOYSTICK: &str = "show-virtual-joystick";
|
pub const OPTION_SHOW_VIRTUAL_JOYSTICK: &str = "show-virtual-joystick";
|
||||||
pub const OPTION_ENABLE_FLUTTER_HTTP_ON_RUST: &str = "enable-flutter-http-on-rust";
|
pub const OPTION_ENABLE_FLUTTER_HTTP_ON_RUST: &str = "enable-flutter-http-on-rust";
|
||||||
|
pub const OPTION_ALLOW_ASK_FOR_NOTE: &str = "allow-ask-for-note";
|
||||||
|
|
||||||
// built-in options
|
// built-in options
|
||||||
pub const OPTION_DISPLAY_NAME: &str = "display-name";
|
pub const OPTION_DISPLAY_NAME: &str = "display-name";
|
||||||
@@ -2688,6 +2689,7 @@ pub mod keys {
|
|||||||
OPTION_SHOW_VIRTUAL_MOUSE,
|
OPTION_SHOW_VIRTUAL_MOUSE,
|
||||||
OPTION_SHOW_VIRTUAL_JOYSTICK,
|
OPTION_SHOW_VIRTUAL_JOYSTICK,
|
||||||
OPTION_ENABLE_FLUTTER_HTTP_ON_RUST,
|
OPTION_ENABLE_FLUTTER_HTTP_ON_RUST,
|
||||||
|
OPTION_ALLOW_ASK_FOR_NOTE,
|
||||||
];
|
];
|
||||||
// DEFAULT_SETTINGS, OVERWRITE_SETTINGS
|
// DEFAULT_SETTINGS, OVERWRITE_SETTINGS
|
||||||
pub const KEYS_SETTINGS: &[&str] = &[
|
pub const KEYS_SETTINGS: &[&str] = &[
|
||||||
|
|||||||
Reference in New Issue
Block a user