replace close button to inkwell

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-07-01 14:43:00 +08:00
parent 61135645d3
commit 588168f638
4 changed files with 7 additions and 23 deletions

View File

@@ -310,7 +310,7 @@ pub struct TransferSerde {
}
#[inline]
pub fn get_online_statue() -> i64 {
pub fn get_online_state() -> i64 {
*ONLINE.lock().unwrap().values().max().unwrap_or(&0)
}