proto: add {ApplySettings,Storage}.auto_lock_delay_ms

pull/41/head
Roman Zeyde 6 years ago committed by Pavol Rusnak
parent 66a85673ed
commit 260747dfa4

@ -175,6 +175,7 @@ message ApplySettings {
optional bool use_passphrase = 3;
optional bytes homescreen = 4;
optional PassphraseSourceType passphrase_source = 5;
optional uint32 auto_lock_delay_ms = 6;
}
/**

@ -29,4 +29,5 @@ message Storage {
optional uint32 flags = 13; // device flags
optional HDNodeType u2froot = 14; // U2F root node
optional bool unfinished_backup = 15; // seed was improperly backed up
optional uint32 auto_lock_delay_ms = 16; // configurable auto-lock delay (in milliseconds)
}

Loading…
Cancel
Save