fix: desktop, remote toolbar, remember collapse (#8349)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-06-14 00:28:59 +08:00
committed by GitHub
parent 12f7fc3d33
commit 07e0b5ac10
4 changed files with 31 additions and 38 deletions

View File

@@ -1284,6 +1284,7 @@ impl PeerConfig {
keys::OPTION_TOUCH_MODE,
keys::OPTION_I444,
keys::OPTION_SWAP_LEFT_RIGHT_MOUSE,
keys::OPTION_COLLAPSE_TOOLBAR,
]
.map(|key| {
mp.insert(key.to_owned(), UserDefaultConfig::read(key));