mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-09-23 17:30:46 +02:00
fix: remove defunct FLIR/NVG/CRT style presets, keep only DEFAULT and SATELLITE
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
e7f3378b5a
commit
c4de39bb02
@@ -161,7 +161,7 @@ export default function Dashboard() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const [activeStyle, setActiveStyle] = useState('DEFAULT');
|
const [activeStyle, setActiveStyle] = useState('DEFAULT');
|
||||||
const stylesList = ['DEFAULT', 'SATELLITE', 'FLIR', 'NVG', 'CRT'];
|
const stylesList = ['DEFAULT', 'SATELLITE'];
|
||||||
|
|
||||||
const cycleStyle = () => {
|
const cycleStyle = () => {
|
||||||
setActiveStyle((prev) => {
|
setActiveStyle((prev) => {
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ const NEW_FEATURES = [
|
|||||||
{
|
{
|
||||||
icon: <Layers size={14} className="text-cyan-400" />,
|
icon: <Layers size={14} className="text-cyan-400" />,
|
||||||
title: "SATELLITE Style Preset",
|
title: "SATELLITE Style Preset",
|
||||||
desc: "STYLE button now cycles: DEFAULT → SATELLITE → FLIR → NVG → CRT. SATELLITE auto-enables high-res imagery.",
|
desc: "STYLE button now cycles: DEFAULT → SATELLITE. SATELLITE auto-enables high-res imagery.",
|
||||||
color: "cyan",
|
color: "cyan",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user