mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
@@ -1359,10 +1359,10 @@ pub fn install_install_path() -> SyncReturn<String> {
|
||||
SyncReturn(install_path())
|
||||
}
|
||||
|
||||
pub fn main_account_auth(op: String) {
|
||||
pub fn main_account_auth(op: String, remember_me: bool) {
|
||||
let id = get_id();
|
||||
let uuid = get_uuid();
|
||||
account_auth(op, id, uuid);
|
||||
account_auth(op, id, uuid, remember_me);
|
||||
}
|
||||
|
||||
pub fn main_account_auth_cancel() {
|
||||
|
||||
Reference in New Issue
Block a user