mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-13 11:15:51 +00:00
fix(Map): Unified settings. First part: add one place for storing settings
This commit is contained in:
@@ -48,7 +48,7 @@ export const MapWrapper = () => {
|
||||
linkSignatureToSystem,
|
||||
systemSignatures,
|
||||
},
|
||||
storedSettings: { interfaceSettings },
|
||||
storedSettings: { interfaceSettings, settingsLocal },
|
||||
} = useMapRootState();
|
||||
|
||||
const {
|
||||
@@ -254,6 +254,7 @@ export const MapWrapper = () => {
|
||||
pings={pings}
|
||||
onAddSystem={onAddSystem}
|
||||
minimapPlacement={minimapPosition}
|
||||
localShowShipName={settingsLocal.showShipName}
|
||||
/>
|
||||
|
||||
{openSettings != null && (
|
||||
|
||||
Reference in New Issue
Block a user