mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-11 18:47:47 +00:00
fix list type peer view (#7887)
* Layout list type peer view with layout rather than calculated width * Hide menu sync from recent and web console if no write permission * Pull ab twice because it's force updated when refreshCurrentUser is called on startup and connection status changing
This commit is contained in:
@@ -84,7 +84,7 @@ class AbModel {
|
||||
reset() async {
|
||||
print("reset ab model");
|
||||
addressbooks.clear();
|
||||
setCurrentName('');
|
||||
_currentName.value = '';
|
||||
await bind.mainClearAb();
|
||||
listInitialized = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user