mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-16 05:13:36 +00:00
fix: sync cloud preference storage mode (#1058)
This commit is contained in:
+3
-1
@@ -1683,7 +1683,9 @@ export function AppShell({
|
||||
onLogout={onLogout}
|
||||
onChangeServer={onChangeServer}
|
||||
userPrefs={userPrefs}
|
||||
onPrefsChange={setUserPrefs}
|
||||
onPrefsChange={(updates) =>
|
||||
setUserPrefs((current) => ({ ...current, ...updates }))
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user