chore: fix some typos in comments (#7814)
Signed-off-by: whosehang <whosehang@outlook.com>
This commit is contained in:
parent
bc68f400f6
commit
66d1af63b0
@ -223,7 +223,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
_timer?.cancel();
|
_timer?.cancel();
|
||||||
_timer = Timer(kMobileDelaySoftKeyboard, () {
|
_timer = Timer(kMobileDelaySoftKeyboard, () {
|
||||||
// show now, and sleep a while to requestFocus to
|
// show now, and sleep a while to requestFocus to
|
||||||
// make sure edit ready, so that keyboard wont show/hide/show/hide happen
|
// make sure edit ready, so that keyboard won't show/hide/show/hide happen
|
||||||
setState(() => _showEdit = true);
|
setState(() => _showEdit = true);
|
||||||
_timer?.cancel();
|
_timer?.cancel();
|
||||||
_timer = Timer(kMobileDelaySoftKeyboardFocus, () {
|
_timer = Timer(kMobileDelaySoftKeyboardFocus, () {
|
||||||
|
@ -1052,7 +1052,7 @@ pub fn session_add(
|
|||||||
|
|
||||||
let mut preset_password = password.clone();
|
let mut preset_password = password.clone();
|
||||||
let shared_password = if is_shared_password {
|
let shared_password = if is_shared_password {
|
||||||
// To achieve a flexible password application order, we dont' treat shared password as a preset password.
|
// To achieve a flexible password application order, we don't treat shared password as a preset password.
|
||||||
preset_password = Default::default();
|
preset_password = Default::default();
|
||||||
Some(password)
|
Some(password)
|
||||||
} else {
|
} else {
|
||||||
|
@ -1861,7 +1861,7 @@ pub fn is_preset_password() -> bool {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Send a url scheme throught the ipc.
|
/// Send a url scheme through the ipc.
|
||||||
///
|
///
|
||||||
/// * macOS only
|
/// * macOS only
|
||||||
#[allow(unused_variables)]
|
#[allow(unused_variables)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user